2009-12
19
模板index.php
在类似<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>代码下面加入
<?php if (in_category(‘18′)) continue; ?>
18为分类ID
模板index.php
在类似<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>代码下面加入
<?php if (in_category(‘18′)) continue; ?>
18为分类ID
还没有任何评论。