<?php $posts = query_posts($query_string . '&orderby=date&showposts=15'); ?>
放在这个函数之前
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
暂无评论
<?php $posts = query_posts($query_string . '&orderby=date&showposts=15'); ?>
放在这个函数之前
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>