博客 » WordPress » 如何显示特定分类下的日志

如何显示特定分类下的日志

Denis 2008年09月15日

很多时候,我们想显示特定分类下的日志。代码如下:

<ul  class="news">
     <?php query_posts('cat=6&showposts=5'); ?>
     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

翻译自:Most Desired WordPress Hacks: 11 Common Requests and Fixes 第七点。

标签:

6 条评论 添加你的评论 →

发表评论

你必须 登陆 之后才能留言。你可以使用以下方式快速登陆我爱水煮鱼: