<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>加油谷歌！gogogoogle！ &#187; inove</title>
	<atom:link href="http://www.gogogoogle.com/html/tag/inove/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gogogoogle.com</link>
	<description>谷歌粉丝网站Google fan sites</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:50:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Themes inove 首页和分类目录摘要显示终极解决方案</title>
		<link>http://www.gogogoogle.com/html/2010/537.html</link>
		<comments>http://www.gogogoogle.com/html/2010/537.html#comments</comments>
		<pubDate>Mon, 17 May 2010 10:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[inove]]></category>

		<guid isPermaLink="false">http://google.qiaofan.com/?p=537</guid>
		<description><![CDATA[有关WordPress博客系统首页和目录页使用的都是全文显示的问题，这对于文章内容比较长的博客来说很不方便，并且版面也不协调。我历尽千辛万苦终于找到了正确的解决方法。 我现在使用的版本是WordPress2.9.2 /主题是inove 具体设置方法如下： 首先分别找到inove主题目录文件夹下的主页文件index.php和存档文件archive.php 将其中代码：    &#60;?php the_content(__(&#8216;Read more&#8230;&#8217;, &#8216;inove&#8217;)); ?&#62; 分别替换为：    &#60;?php if(is_category() &#124;&#124; is_archive() &#124;&#124; is_home() ) { the_excerpt(); } else { the_content(&#8216;Read the rest of this entry &#38;raquo;&#8217;); } ?&#62; 其它主题也是相通的，只是&#60;?php the_content(__(&#8216;Read more&#8230;&#8217;, &#8216;inove&#8217;)); ?&#62;代码中红色部分会略有不同 相关日志2011 年 6 月 16 日 // wordpress模板常用的PHP函数及命令 (2)2011 年 6 月 12 日 // 企业建站利器WordPress (6)2011 [...]]]></description>
			<content:encoded><![CDATA[<p>有关WordPress博客系统首页和目录页使用的都是全文显示的问题，这对于文章内容比较长的博客来说很不方便，并且版面也不协调。我历尽千辛万苦终于找到了正确的解决方法。</p>
<p>我现在使用的版本是WordPress2.9.2 /主题是inove</p>
<p>具体设置方法如下：</p>
<p>首先分别找到inove主题目录文件夹下的主页文件index.php和存档文件archive.php</p>
<p>将其中代码：  </p>
<blockquote><p> &lt;?php the_content(__(&#8216;Read more&#8230;&#8217;, &#8216;inove&#8217;)); ?&gt;</p></blockquote>
<p>分别替换为：</p>
<blockquote><p>   &lt;?php if(is_category() || is_archive() || is_home() ) {<br />
the_excerpt();<br />
} else {<br />
the_content(&#8216;Read the rest of this entry &amp;raquo;&#8217;);<br />
} ?&gt;</p></blockquote>
<p>其它主题也是相通的，只是&lt;?php the_content(__(<span style="color: #ff0000;">&#8216;Read more&#8230;&#8217;, &#8216;inove&#8217;</span>)); ?&gt;代码中红色部分会略有不同</p>
<div  class="related_post_title">相关日志</div><ul><li class="related_post">2011 年 6 月 16 日  //  <a href="http://www.gogogoogle.com/html/2011/1183.html" title="wordpress模板常用的PHP函数及命令">wordpress模板常用的PHP函数及命令</a> (2)</li><li class="related_post">2011 年 6 月 12 日  //  <a href="http://www.gogogoogle.com/html/2011/1173.html" title="企业建站利器WordPress">企业建站利器WordPress</a> (6)</li><li class="related_post">2011 年 4 月 24 日  //  <a href="http://www.gogogoogle.com/html/2011/1129.html" title="为wordpress不同文章不同页面定制不同的侧边栏">为wordpress不同文章不同页面定制不同的侧边栏</a> (0)</li><li class="related_post">2011 年 2 月 27 日  //  <a href="http://www.gogogoogle.com/html/2011/964.html" title="快速准确让你找到喜欢的WP主题">快速准确让你找到喜欢的WP主题</a> (5)</li><li class="related_post">2011 年 2 月 25 日  //  <a href="http://www.gogogoogle.com/html/2011/904.html" title="WordPress 3.1命名由来">WordPress 3.1命名由来</a> (0)</li><li class="related_post">2011 年 2 月 23 日  //  <a href="http://www.gogogoogle.com/html/2011/894.html" title="一个小设置，优化wordpress后台加载速度">一个小设置，优化wordpress后台加载速度</a> (7)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.gogogoogle.com/html/2010/537.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

