<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress Related Posts Plugin 0.6</title>
	<atom:link href="http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Wed, 23 May 2012 12:18:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-25310</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 15 Apr 2008 10:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-25310</guid>
		<description>好，谢谢你的建议。</description>
		<content:encoded><![CDATA[<p>好，谢谢你的建议。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天佑庸才</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-25309</link>
		<dc:creator>天佑庸才</dc:creator>
		<pubDate>Tue, 15 Apr 2008 10:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-25309</guid>
		<description>我把“if($wp_rp_title != &#039;&#039;) $output = $wp_rp_title . $output;”中的h3去掉了，这样更容易和整体融合（不一定适用所有），建议能不能作出一些注释，也方便一些不懂代码的自行调试。</description>
		<content:encoded><![CDATA[<p>我把“if($wp_rp_title != &#8221;) $output = $wp_rp_title . $output;”中的h3去掉了，这样更容易和整体融合（不一定适用所有），建议能不能作出一些注释，也方便一些不懂代码的自行调试。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onvip</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-24825</link>
		<dc:creator>onvip</dc:creator>
		<pubDate>Sun, 06 Apr 2008 06:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-24825</guid>
		<description>改了,现在方便了 :smile:</description>
		<content:encoded><![CDATA[<p>改了,现在方便了 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23867</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 23 Mar 2008 17:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23867</guid>
		<description>哈哈，我还是改错，谢谢你的指正啊。看来很多东西没有表达清楚！</description>
		<content:encoded><![CDATA[<p>哈哈，我还是改错，谢谢你的指正啊。看来很多东西没有表达清楚！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voidman</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23863</link>
		<dc:creator>voidman</dc:creator>
		<pubDate>Sun, 23 Mar 2008 15:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23863</guid>
		<description>exclude category 按字面意思似乎有两种理解：
1. 指定目录的文章不显示Related Posts
2. 不显示指定目录里和本文章相关的文章

而我一直理解为第二种，看了新版的代码才知道应该是第一种。 :oops: 

另外报告一个小bug：
&lt;code&gt;if (strpos($exclude,$cat-&gt;term_id) !== false)&lt;/code&gt; 这里存在兼容性问题，若 $exclude=&#039;17&#039;，而$cat-&gt;term_id的值恰好为 7，那结果就不符合预期了。</description>
		<content:encoded><![CDATA[<p>exclude category 按字面意思似乎有两种理解：<br />
1. 指定目录的文章不显示Related Posts<br />
2. 不显示指定目录里和本文章相关的文章</p>
<p>而我一直理解为第二种，看了新版的代码才知道应该是第一种。 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_redface.gif' alt=':oops:' class='wp-smiley' />  </p>
<p>另外报告一个小bug：<br />
<code>if (strpos($exclude,$cat-&gt;term_id) !== false)</code> 这里存在兼容性问题，若 $exclude=&#8217;17&#8242;，而$cat-&gt;term_id的值恰好为 7，那结果就不符合预期了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erdao</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23791</link>
		<dc:creator>erdao</dc:creator>
		<pubDate>Sat, 22 Mar 2008 07:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23791</guid>
		<description>好久没来了，一直做QQ美化去了。
问一下，2.5的有中文版出来没有。
我现在的还是2.3的呢。

用WLW写博客上传后，在WP后台修改无法保存，是什么原因？</description>
		<content:encoded><![CDATA[<p>好久没来了，一直做QQ美化去了。<br />
问一下，2.5的有中文版出来没有。<br />
我现在的还是2.3的呢。</p>
<p>用WLW写博客上传后，在WP后台修改无法保存，是什么原因？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kisser9126</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23751</link>
		<dc:creator>kisser9126</dc:creator>
		<pubDate>Fri, 21 Mar 2008 15:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23751</guid>
		<description>当然得支持啦,希望获奖啊! :mrgreen:</description>
		<content:encoded><![CDATA[<p>当然得支持啦,希望获奖啊! <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 大猫</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23746</link>
		<dc:creator>大猫</dc:creator>
		<pubDate>Fri, 21 Mar 2008 13:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23746</guid>
		<description>嗷呜,顺手一更新</description>
		<content:encoded><![CDATA[<p>嗷呜,顺手一更新</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lovehr</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23740</link>
		<dc:creator>lovehr</dc:creator>
		<pubDate>Fri, 21 Mar 2008 09:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23740</guid>
		<description>WP太过于复杂，还是用ZB的好，哈哈</description>
		<content:encoded><![CDATA[<p>WP太过于复杂，还是用ZB的好，哈哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23736</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 21 Mar 2008 07:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23736</guid>
		<description>我使用的是 Blix 不是 Blixed 

如果显示乱码，就是编码有问题，看看你的编码咯！</description>
		<content:encoded><![CDATA[<p>我使用的是 Blix 不是 Blixed </p>
<p>如果显示乱码，就是编码有问题，看看你的编码咯！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 乔诗雨</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23730</link>
		<dc:creator>乔诗雨</dc:creator>
		<pubDate>Fri, 21 Mar 2008 05:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23730</guid>
		<description>我使用的wordpress主题也是Blixed，但是我在使用右上角的搜索时，搜索页中显示的中文都是乱码，英文显示正确，请问是怎么回事呢？ :oops:</description>
		<content:encoded><![CDATA[<p>我使用的wordpress主题也是Blixed，但是我在使用右上角的搜索时，搜索页中显示的中文都是乱码，英文显示正确，请问是怎么回事呢？ <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_redface.gif' alt=':oops:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Young</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23728</link>
		<dc:creator>Young</dc:creator>
		<pubDate>Fri, 21 Mar 2008 04:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23728</guid>
		<description>WordPress Related Posts is a good plugin, but since I used all in one SEO first and my WP was 2.2 then, I haven&#039;t use your plugin in my EssntialBlog.cn, but I have use it in my another blog.</description>
		<content:encoded><![CDATA[<p>WordPress Related Posts is a good plugin, but since I used all in one SEO first and my WP was 2.2 then, I haven&#8217;t use your plugin in my EssntialBlog.cn, but I have use it in my another blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomdbtel</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23724</link>
		<dc:creator>tomdbtel</dc:creator>
		<pubDate>Fri, 21 Mar 2008 03:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23724</guid>
		<description>用在2.5上的？ :?:</description>
		<content:encoded><![CDATA[<p>用在2.5上的？ <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_question.gif' alt=':?:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 漫步</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23722</link>
		<dc:creator>漫步</dc:creator>
		<pubDate>Fri, 21 Mar 2008 02:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23722</guid>
		<description>这个插件蛮好的,支持水煮这头猪一把.</description>
		<content:encoded><![CDATA[<p>这个插件蛮好的,支持水煮这头猪一把.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23721</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 21 Mar 2008 02:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23721</guid>
		<description>setting =&gt; WordPress Related Posts</description>
		<content:encoded><![CDATA[<p>setting => WordPress Related Posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23720</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 21 Mar 2008 02:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23720</guid>
		<description>插件中有中文语言包！</description>
		<content:encoded><![CDATA[<p>插件中有中文语言包！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23719</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 21 Mar 2008 02:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23719</guid>
		<description>改了！谢谢啊！</description>
		<content:encoded><![CDATA[<p>改了！谢谢啊！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23718</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 21 Mar 2008 02:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23718</guid>
		<description>摘要输出？
输出在哪里？</description>
		<content:encoded><![CDATA[<p>摘要输出？<br />
输出在哪里？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 21sta</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23715</link>
		<dc:creator>21sta</dc:creator>
		<pubDate>Fri, 21 Mar 2008 00:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23715</guid>
		<description>plug在哪设置？</description>
		<content:encoded><![CDATA[<p>plug在哪设置？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: may</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/comment-page-1/#comment-23707</link>
		<dc:creator>may</dc:creator>
		<pubDate>Thu, 20 Mar 2008 19:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1277#comment-23707</guid>
		<description>还是玩中文版
英文的就支持一下好了
 :wink:</description>
		<content:encoded><![CDATA[<p>还是玩中文版<br />
英文的就支持一下好了<br />
 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

