2012-02-03 353 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

相關問題