2012-02-03 319 views

回答

0
<?php 
query_posts('cat=-category_id&posts_per_page=3'); 
while (have_posts()) : the_post(); 
the_title(); 
the_content('Read the full post »'); or the_excerpt(); 
endwhile; 
wp_reset_query(); 
<a href="pass category url">Caegory Link</a> 
?> 

对于寻呼你可以使用wp页面navi插件。

+0

非常感谢 – logudotcom 2012-02-06 11:41:27

相关问题