<?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>Sat, 20 Mar 2010 19:57:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/03/20/wordpress-related-posts-plugin-06/#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-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-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.net/wp-includes/images/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-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-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.net/wp-includes/images/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-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-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.net/wp-includes/images/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-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-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-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>
</channel>
</rss>
