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
qI 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