<?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>何尹璇：璇璇的祕密花園 &#187; 外掛</title>
	<atom:link href="http://poet.930.info/blog/tag/%e5%a4%96%e6%8e%9b/feed/" rel="self" type="application/rss+xml" />
	<link>http://poet.930.info/blog</link>
	<description>每當夜深孤獨一人的時候，我會試著寫下一些記憶　它可能是愛情，可能是生活，也可能是一種夢與痛苦的感受</description>
	<lastBuildDate>Sat, 21 Jan 2012 15:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>WordPress Related Posts 延伸閱讀外掛</title>
		<link>http://poet.930.info/blog/2008/10/20/wordpress-related-posts/</link>
		<comments>http://poet.930.info/blog/2008/10/20/wordpress-related-posts/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 08:58:06 +0000</pubDate>
		<dc:creator>小璇子</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[外掛]]></category>
		<category><![CDATA[延伸閱讀]]></category>

		<guid isPermaLink="false">http://poet.930.info/blog/?p=228</guid>
		<description><![CDATA[是由中國 Denis,PaoPao 所寫的針對 wordpress 環境所開發出來的延伸閱讀應用程式，它會自動去過濾 wordpress 裡每篇文章的 tag(也就是標籤)，來產生同類型的延伸閱讀文章，不但安裝容易且功能絕佳。 《WordPress Related Posts》安裝說明 1. 到後台左邊選項點外掛, 會出現 2. 點新增外掛之後, 在搜尋格裡輸入 WordPress Related Posts 然後點搜尋外掛 接著會跑出我們要找的項目, 第一個就是了 現在我們來點立刻安裝 安裝完畢之後就啟用它 3. 接著我們一樣在後台左邊選項最下面有一個設定 點下去你可以看到多了一個 Related Posts 點進去以後就可以自訂...]]></description>
			<content:encoded><![CDATA[<h4>是由中國 <a class="external" href="http://fairyfish.net/" target="_blank">Denis,PaoPao</a> 所寫的針對 wordpress 環境所開發出來的延伸閱讀應用程式，它會自動去過濾 wordpress 裡每篇文章的 tag(也就是標籤)，來產生同類型的延伸閱讀文章，不但安裝容易且功能絕佳。</h4>
<p><span style="font-size: small; color: #ff9900;"><strong>《WordPress Related Posts》安裝說明</strong></span></p>
<p>1. 到後台左邊選項點外掛, 會出現<br />
<a href="http://poet.930.info/blog/wp-content/uploads/2008/10/01.jpg"><img class="alignnone size-full wp-image-2029" title="01" src="http://poet.930.info/blog/wp-content/uploads/2008/10/01.jpg" alt="" width="297" height="85" /></a></p>
<p>2. 點新增外掛之後, 在搜尋格裡輸入 <span style="color: #0000ff;"><strong>WordPress Related Posts</strong></span><br />
然後點<span style="color: #0000ff;"><strong>搜尋外掛</strong></span><br />
接著會跑出我們要找的項目, 第一個就是了<br />
現在我們來點<span style="color: #0000ff;"><strong>立刻安裝<br />
</strong></span>安裝完畢之後就啟用它<br />
<a href="http://poet.930.info/blog/wp-content/uploads/2008/10/02.jpg"><img class="alignnone size-full wp-image-2030" title="02" src="http://poet.930.info/blog/wp-content/uploads/2008/10/02.jpg" alt="" width="472" height="288" /></a></p>
<p>3. 接著我們一樣在後台左邊選項最下面有一個設定<br />
點下去你可以看到多了一個 Related Posts<br />
點進去以後就可以自訂 WordPress Related Posts 的選項了<br />
<a href="http://poet.930.info/blog/wp-content/uploads/2008/10/03.jpg"><img class="alignnone size-full wp-image-2031" title="03" src="http://poet.930.info/blog/wp-content/uploads/2008/10/03.jpg" alt="" width="169" height="298" /></a></p>
<p>4.  請檢查"Auto Insert Related Posts(自動插入延伸閱讀)" 是否已勾選<br />
<a href="http://poet.930.info/blog/wp-content/uploads/2008/10/04.gif"><img class="alignnone size-full wp-image-2034" title="04" src="http://poet.930.info/blog/wp-content/uploads/2008/10/04.gif" alt="" width="501" height="300" /><br />
</a>如果有那麼到目前為止就算是安裝完畢了，它會自動安插函式到 single.php (單篇文章)，<br />
預設是外掛會出現在文章的最下方，<br />
但若你想自己放在自己喜歡的位置，就取消勾選此選項，<br />
然後手動在 single.php 裡面找地方塞函式。</p>
<p>塞入的函式如下，有兩種</p>
<p>第一種是作者建議的</p>
<blockquote><p>&lt;?php wp_related_posts(); ?&gt;</p></blockquote>
<p>第二種比較保險，它會先檢查外掛有沒有啟用，再執行此函式</p>
<blockquote><p>&lt;?php if (function_exists(&#8216;wp23_related_posts&#8217;)) { wp23_related_posts(); } ?&gt;</p></blockquote>
<p>&nbsp;</p>
<h2  class="related_post_title">你可以延伸閱讀以下文章：</h2><ul class="related_post"><li><a href="http://poet.930.info/blog/2011/09/29/facebook-comments/" title="Facebook Social Plugins:Comments">Facebook Social Plugins:Comments</a> (0)</li><li><a href="http://poet.930.info/blog/2010/02/04/wordpress-archive/" title="WordPress 標題式分類列表">WordPress 標題式分類列表</a> (5)</li><li><a href="http://poet.930.info/blog/2008/10/20/wordpress-showpost/" title="限制 wordpress 文章顯示數量">限制 wordpress 文章顯示數量</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://poet.930.info/blog/2008/10/20/wordpress-related-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

