wordpress教程之如何调用指定ID文章?代码如下:
<?php query_posts('showposts=5&p=1'); ?> <?php while (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile;wp_reset_query();?>
可多次调用!
版权所有 © 2008-2018 厦门E时代网络技术有限公司