排除次要头版上的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.
query_posts("paged=$paged&cat=-3"); } while (have_posts()) : the_post(); ?>
以上是关于排除次要头版上的WordPress类别的主要内容,如果未能解决你的问题,请参考以下文章
Wordpress:使用 post__not_in 排除自定义分类类别