小鱼儿模板网专注于织梦源码分享、织梦模板、discuz模板、wordpress主题等网站模板,为广大站长提供网站模板以及Discuz插件等素材。
用户名:
密码:
注册

织梦源码,模板王

VIP

CMS教程

站长学院

WordPress调用指定分类下的文章

www.adminbuy.cn / 2015-09-12
<ul>
<?php
    $args=array(
        'cat' => 1,   // 分类ID
        'posts_per_page' => 10, // 显示篇数
    );
    query_posts($args);
    if(have_posts()) : while (have_posts()) : the_post();
?>
    <li>
        <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> //标题
        <span>
        <?php if (has_excerpt()) {
                echo $description = get_the_excerpt(); //文章编辑中的摘要
            }else {
                echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 170,"……"); //文章编辑中若无摘要,自定截取文章内容字数做为摘要
            } ?>
        </span>
    </li>
<?php  endwhile; endif; wp_reset_query(); ?>
</ul>
8888888888888
【推荐】高仿云服务器★西部数码 【西部数码】超高稳定主机买2送1 广告位每月10元 推荐【菠萝云】香港4G内存68元 广告联系qq 613350630
老牌实力播放器长期稳定收量 漫画超高转化寻CPS渠道・日结 ····实力产品变现···· 【全网收量】SEO/跳转/影视 长期收站长WAP量一切量
         
         
         
         
收缩