阅读背景:

Wordpress Code仅显示1个帖子

来源:互联网 

I am using this code:

我正在使用此代码:

<?php
    query_posts( 'posts_per_page=5' );


    while ( have_posts() ) : the_post();
       echo '<li>';
         the_title();
       echo '</li>';
    endwhile;

    wp_reset_query();
?>
<?php
    q



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: