<?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 Feed 修改教學</title>
	<atom:link href="http://mk.netgenes.org/archives/494/feed/" rel="self" type="application/rss+xml" />
	<link>http://mk.netgenes.org/archives/494/</link>
	<description>The blog is a lie</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:56:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: 林子揚</title>
		<link>http://mk.netgenes.org/archives/494/comment-page-1/#comment-8671</link>
		<dc:creator>林子揚</dc:creator>
		<pubDate>Sat, 27 Jan 2007 16:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/archives/494/#comment-8671</guid>
		<description>非常謝謝你的code，現在試驗中，真的非常多謝！</description>
		<content:encoded><![CDATA[<p>非常謝謝你的code，現在試驗中，真的非常多謝！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mk</title>
		<link>http://mk.netgenes.org/archives/494/comment-page-1/#comment-8649</link>
		<dc:creator>mk</dc:creator>
		<pubDate>Wed, 24 Jan 2007 05:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/archives/494/#comment-8649</guid>
		<description>我也不太肯定 &lt;link&gt; 這樣寫有沒有問題。要注意一點我是假設你的 feed address 裏除最後的 &quot;/feed&quot; 以外並沒有其他 &quot;feed&quot; 字(例如 domain，分類名稱等)，不然這個方法會行不通。
&lt;code&gt;
&lt;?php bloginfo_rss(&#039;url&#039;); ?&gt;&lt;?php echo str_replace(&#039;/feed&#039;, &#039;/&#039;,$_SERVER[&#039;REQUEST_URI&#039;]);?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>我也不太肯定 &lt;link&gt; 這樣寫有沒有問題。要注意一點我是假設你的 feed address 裏除最後的 &#8220;/feed&#8221; 以外並沒有其他 &#8220;feed&#8221; 字(例如 domain，分類名稱等)，不然這個方法會行不通。<br />
<code><br />
&lt;?php bloginfo_rss('url'); ?&gt;&lt;?php echo str_replace('/feed', '/',$_SERVER['REQUEST_URI']);?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mk</title>
		<link>http://mk.netgenes.org/archives/494/comment-page-1/#comment-8638</link>
		<dc:creator>mk</dc:creator>
		<pubDate>Tue, 23 Jan 2007 16:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/archives/494/#comment-8638</guid>
		<description>&lt;description&gt; 的內容應如下：
&lt;code&gt;
&lt;?php echo (strlen(category_description()) &gt; 0 ? category_description() : get_bloginfo_rss(&#039;description&#039;)); ?&gt;
&lt;/code&gt;

Link 比較麻煩點，雖然也只是修改 &lt;link&gt; 這個 tag，不過我還在苦惱如何找出 URL.. 想好再回覆你~</description>
		<content:encoded><![CDATA[<p>&lt;description&gt; 的內容應如下：<br />
<code><br />
&lt;?php echo (strlen(category_description()) > 0 ? category_description() : get_bloginfo_rss('description')); ?&gt;<br />
</code></p>
<p>Link 比較麻煩點，雖然也只是修改 &lt;link&gt; 這個 tag，不過我還在苦惱如何找出 URL.. 想好再回覆你~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 林子揚</title>
		<link>http://mk.netgenes.org/archives/494/comment-page-1/#comment-8633</link>
		<dc:creator>林子揚</dc:creator>
		<pubDate>Tue, 23 Jan 2007 13:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/archives/494/#comment-8633</guid>
		<description>白癡的我再問，如果想那個也懂link去category的那頁，而不是主blog呢？應怎樣改呢？非常感謝！</description>
		<content:encoded><![CDATA[<p>白癡的我再問，如果想那個也懂link去category的那頁，而不是主blog呢？應怎樣改呢？非常感謝！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 林子揚</title>
		<link>http://mk.netgenes.org/archives/494/comment-page-1/#comment-8632</link>
		<dc:creator>林子揚</dc:creator>
		<pubDate>Tue, 23 Jan 2007 13:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/archives/494/#comment-8632</guid>
		<description>勁！我很水，請問，description的那個tag怎樣改呢？謝謝！</description>
		<content:encoded><![CDATA[<p>勁！我很水，請問，description的那個tag怎樣改呢？謝謝！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
