Log in

View Full Version : 什么插件能够使Wp只显示博文标题啊


smiling
2007-08-15, 11:38 AM
<?php the_title(); ?>
这个就是显示标题的。


在模板中去掉
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>