<?
php
if
((is_home())
&&
(in_category(
'
120
'
)))
continue
;
//
120为不想显示的文章分类的ID
update_post_caches( $posts ); ?>
update_post_caches( $posts ); ?>
把上面的代码加到while循环输出文章里面就行了.
把上面的代码加到while循环输出文章里面就行了.
转载于:https://www.cnblogs.com/golbz/archive/2010/04/22/1718120.html