最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

wp query - Show a message if there are no active posts in category

programmeradmin0浏览0评论

I want to show a specific message or a page or post if there are no active posts in a particular category. Currently, it shows a default "Content not found" message.

I created a new template-blog.php file to my child-theme and tried to exchange the 404 part after the

<php? else : >

tag to no avail. The original part, I think plays a role in that:

<?php pinboard_posts_nav(); ?>
<?php else : ?>
    <?php pinboard_404(); ?>
<?php endif; ?>
<?php wp_reset_postdata(); ?>
发布评论

评论列表(0)

  1. 暂无评论