五 2010
19

在wordpress首页显示摘要的方法

波大人| 波大人-网站日志 | Tags:

 

home.php则修改home.php,没有的话就修改index.php,找到<?php the_content(); ?>这一行,将其修改为以下代码:

 <?php if(is_category() || is_archive() || is_home() ) {
     the_excerpt();
 } else {
     the_content(‘Read the rest of this entry &raquo;’);
 } ?>
 <div class="details"><div class="inside"><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?> so far | <a href="<?php the_permalink() ?>">Read On &raquo;</a></div></div>

Leave a Reply

Leave a Reply

©2010 by WordPress