4, // 分类ID 'posts_per_page' => 10, // 显示篇数 ); query_posts($args); if(have_posts()) : while (have_posts()) : the_post(); ?>
  • //标题 post_content)), 0, 170,"……"); //文章编辑中若无摘要,自定截取文章内容字数做为摘要 } ?>