|
找到一个不错的模板,但是边栏“分类目录”里面的文章被设定为"摘要",请问如果才能改变成显示全文。自己琢磨应该在index里面或者是home里面,下面是分别是他们的代码,请高手指教!index代码<div class="postContent"><?php the_content('[Read the rest of this entry...]'); ?></div>
<p class="comments"><?php comments_popup_link('Leave a Comment', 'Comments (1)', 'Comments (%)'); ?></p>
</div> <!-- Closes Post -->
home里面的代码 <span class="commentcount"><?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></span>
</div>
<div class="postContent"><?php the_content('[Read the rest of this entry...]'); ?></div>
</div> <!-- Closes Post -->
|
|