存档

文章标签 ‘inove’

WordPress Themes inove 首页和分类目录摘要显示终极解决方案

2010年5月17日 qiaofan 1 条评论

有关WordPress博客系统首页和目录页使用的都是全文显示的问题,这对于文章内容比较长的博客来说很不方便,并且版面也不协调。我历尽千辛万苦终于找到了正确的解决方法。

我现在使用的版本是WordPress2.9.2 /主题是inove

具体设置方法如下:

首先分别找到inove主题目录文件夹下的主页文件index.php和存档文件archive.php

将其中代码:  

 <?php the_content(__(‘Read more…’, ‘inove’)); ?>

分别替换为:

   <?php if(is_category() || is_archive() || is_home() ) {
the_excerpt();
} else {
the_content(‘Read the rest of this entry &raquo;’);
} ?>

其它主题也是相通的,只是<?php the_content(__(‘Read more…’, ‘inove’)); ?>代码中红色部分会略有不同

分类: Wordpress 标签: ,
PageRank Checker