首页 > 文库大全 > 精品范文库 > 9号文库

WordPress显示当前文章分类的最新完整列表

WordPress显示当前文章分类的最新完整列表



第一篇:WordPress显示当前文章分类的最新完整列表

下面是通知公告

    <?php

    query_posts('showposts=10&cat=17');

    ?>

    <?php if(have_posts()): while(have_posts()): the_post();?>

  • ”>

    <?php the_title();?>

    <?php the_time('m-d-y')?>

  • <?php endwhile;?>

    <?phpendif;?>

    下面是新闻动态

    <?php

    query_posts('showposts=10&cat=16');

    ?>

    <?php if(have_posts()): while(have_posts()): the_post();?>

  • ”>

    <?php the_title();?>

    <?php the_time('m-d-y')?>

  • <?php endwhile;?>

    <?phpendif;?>

<?php par_pagenavi();?>

相关内容

热门阅读
随机推荐