《泰特》讲述了一切。
如果我把query_posts
如果我不这样做,它就不起作用了。
<?php // retrieve one post with an ID of 1
query_posts(\'p=27\');
global $more;
$more = 1;
?>
<?php while (have_posts()) : the_post(); ?>
<!-- <h4><?php the_title(); ?></h4> -->
<?php the_content(\'read more\'); ?>
<?php endwhile;?>