smiling
2007-08-15, 11:38 AM
<?php the_title(); ?>
这个就是显示标题的。
在模板中去掉
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
这个就是显示标题的。
在模板中去掉
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>