排除次要头版上的WordPress类别

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了排除次要头版上的WordPress类别相关的知识,希望对你有一定的参考价值。

If you leave out the "paged" parameter, the same results are queried and shown on each pagination. Of course, you'll want to change the "3" to whichever category you'll want to exclude.
  1. <?php if ( is_home() ) {
  2. query_posts("paged=$paged&cat=-3");
  3. }
  4. while (have_posts()) : the_post(); ?>

以上是关于排除次要头版上的WordPress类别的主要内容,如果未能解决你的问题,请参考以下文章

Wordpress:使用 post__not_in 排除自定义分类类别

用于 WordPress 的 PHP 片段,用于获取所有产品子类别

Wordpress - 在发布之前从所选类别中排除帖子类型

php wordpress从主循环中排除类别

WordPress排除类别slug

从Wordpress的搜索结果中排除特定类别