<?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; Wordpress Plugin</title>
	<atom:link href="http://www.james-only.com/tag/wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.james-only.com</link>
	<description>網站可能發生技術問題或者您需要調整瀏覽器設定。</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:07:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://www.james-only.com/?pushpress=hub'/>
		<item>
		<title>如何關閉 WordPress Post Revisions 功能？</title>
		<link>http://www.james-only.com/2008/08/06/464/</link>
		<comments>http://www.james-only.com/2008/08/06/464/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 16:31:52 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=464</guid>
		<description><![CDATA[自從 WordPress 升級至 2.6 版，無法顯示網頁自認為從來沒用過 WordPress 2.6 新加入的功能，誰曉得那天寫完「Canon EF 50mm F1.8」這篇文章，奇怪 &#8230; 沒幾篇文章的無法顯示網頁怎麼資料庫 Post ID 會跳這麼快？進 phpMyAdmin 檢查 WordPress 資料表才發現，原來無法顯示網頁早就默默在使用 WordPress 2.6 的新功能 &#8211; Post Revisions。
Post Revisions 功能可以幹啥？不說你不知，這個功能除了可以保存文章的修改紀錄，它還可比對文章的新舊版本、抓出文章曾經被修改的部份。如何？聽起來是不是很不錯呢？是的，這個功能對某些人來說的確很不錯，但對無法顯示網頁來說可就是非常的難用，難用到了極點。
為什麼會難用？還不就是因為無法顯示網頁的每篇文章都會一改再改，常常一篇文章要改好幾次才會正式發佈，而這樣的結果就是咱們 WordPress 會莫名其妙替我保存好幾個不同版本的文章，間接把資料庫給搞大。因此，本人今天決定把這個鬼功能給停掉~ 停掉~~

停用 Post Revisions 功能的方法有兩種，其中一種是在 wp-config.php 設定檔裡頭加上這一行 define(\'WP_POST_REVISIONS\', false); 用來停用 Post Revisions 功能的語法；另一種則是使用 No Revisions 外掛來停用 Post Revisions 功能。這兩種方法都非常簡單，但如果你不是閒閒沒事幹的人，我還是比較建議你使用 No Revisions 這個外掛，因為啟用這個外掛的同時就可以把 Post Revisions 功能給停用，快~ 狠~ [...]]]></description>
			<content:encoded><![CDATA[<p>自從 <a href="http://wordpress.org/" target="_blank">WordPress</a> 升級至 2.6 版，無法顯示網頁自認為從來沒用過 WordPress 2.6 新加入的功能，誰曉得那天寫完「<a href="http://www.james-only.com/2008/07/27/394/">Canon EF 50mm F1.8</a>」這篇文章，奇怪 &#8230; 沒幾篇文章的無法顯示網頁怎麼資料庫 Post ID 會跳這麼快？進 <a href="http://www.phpmyadmin.net/" target="_blank">phpMyAdmin</a> 檢查 WordPress 資料表才發現，原來無法顯示網頁早就默默在使用 WordPress 2.6 的新功能 &#8211; Post Revisions。</p>
<p>Post Revisions 功能可以幹啥？不說你不知，這個功能除了可以保存文章的修改紀錄，它還可比對文章的新舊版本、抓出文章曾經被修改的部份。如何？聽起來是不是很不錯呢？是的，這個功能對某些人來說的確很不錯，但對無法顯示網頁來說可就是非常的難用，難用到了極點。</p>
<p>為什麼會難用？還不就是因為無法顯示網頁的每篇文章都會一改再改，常常一篇文章要改好幾次才會正式發佈，而這樣的結果就是咱們 WordPress 會莫名其妙替我保存好幾個不同版本的文章，間接把資料庫給搞大。因此，本人今天決定把這個鬼功能給停掉~ 停掉~~<br />
<a href="http://www.flickr.com/photos/chulianglee/2735148463/" target="_blank"><img src="http://farm4.static.flickr.com/3226/2735148463_0bebcaac73_z.jpg"></a><br />
停用 Post Revisions 功能的方法有兩種，其中一種是在 wp-config.php 設定檔裡頭加上這一行 <code><span style="color:red">define(\'WP_POST_REVISIONS\', false);</span></code> 用來停用 Post Revisions 功能的語法；另一種則是使用 <a href="http://www.hostscope.com/wordpress-plugins/norevisions_wordpress_plugin" target="_blank">No Revisions</a> 外掛來停用 Post Revisions 功能。這兩種方法都非常簡單，但如果你不是閒閒沒事幹的人，我還是比較建議你使用 <a href="http://www.hostscope.com/wordpress-plugins/norevisions_wordpress_plugin" target="_blank">No Revisions</a> 這個外掛，因為啟用這個外掛的同時就可以把 Post Revisions 功能給停用，快~ 狠~ 準~</p>
<p><span align=center><script type="text/javascript" src="http://js1.bloggerads.net/showbanner.aspx?blogid=20070409000001&charset=utf-8"></script></span></p> <div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/07/472/" title="替照片加上偽浮水印簽名">替照片加上偽浮水印簽名</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/09/26/223/" title="升級至 Wordpress 2.3">升級至 Wordpress 2.3</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/18/144/" title="升級至 Wordpress 2.2">升級至 Wordpress 2.2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2008/08/06/464/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; 自動產生使用中的外掛清單</title>
		<link>http://www.james-only.com/2007/11/09/238/</link>
		<comments>http://www.james-only.com/2007/11/09/238/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 17:10:44 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=238</guid>
		<description><![CDATA[最近裝了一個名為 Viper&#8217;s Plugins Used 的 WordPress 外掛，這個外掛可以自動產生使用中的 Plugin 清單，搭配 Exec-PHP 使用更可把 Plugin 清單給黏在文章上，是個不可多得的好物。有了這玩意兒，以後新增或移除外掛就再也不需要同時更新類似「目前使用的 WordPress Plugin 清單」這樣的文章囉！開心！
不過，當初安裝這外掛花了我好多時間，無法顯示網頁為了造福廣大的 WordPress 使用者，在此跟各位報告一下如何使用 Viper&#8217;s Plugins Used 搭配 Exec-PHP 將 Plugin 清單給黏在文章裡，有興趣的朋友參考看看。
　安裝步驟：
　1. 複製 exec-php 資料匣至路徑 wp-content/plugins 下。
　2. 前往 WordPress Plugin 管理頁面啟用 Exec-PHP。
　3. 複製 vipers_pluginsused.php 檔案至路徑 wp-content/plugins 下。
　4. 前往 WordPress Plugin 管理頁面啟用 Viper&#8217;s Plugins Used。
　5. 在欲顯示 Plugin 清單的文章填入以下的語法：
&#60;phpcode&#62;
&#60;?php $viperspluginsused = new viperspluginsused(); [...]]]></description>
			<content:encoded><![CDATA[<p>最近裝了一個名為 <a href="http://www.viper007bond.com/wordpress-plugins/vipers-plugins-used/" target="_blank">Viper&#8217;s Plugins Used</a> 的 <a href="http://wordpress.org/" target="_blank">WordPress</a> 外掛，這個外掛可以自動產生使用中的 Plugin 清單，搭配 <a href="http://bluesome.net/post/2005/08/18/50/" target="_blank">Exec-PHP</a> 使用更可把 Plugin 清單給黏在文章上，是個不可多得的好物。有了這玩意兒，以後新增或移除外掛就再也不需要同時更新類似「<a href="http://www.james-only.com/?p=88">目前使用的 WordPress Plugin 清單</a>」這樣的文章囉！開心！</p>
<p>不過，當初安裝這外掛花了我好多時間，無法顯示網頁為了造福廣大的 WordPress 使用者，在此跟各位報告一下如何使用 Viper&#8217;s Plugins Used 搭配 Exec-PHP 將 Plugin 清單給黏在文章裡，有興趣的朋友參考看看。</p>
<p>　安裝步驟：<br />
　1. 複製 exec-php 資料匣至路徑 wp-content/plugins 下。<br />
　2. 前往 WordPress Plugin 管理頁面啟用 Exec-PHP。<br />
　3. 複製 vipers_pluginsused.php 檔案至路徑 wp-content/plugins 下。<br />
　4. 前往 WordPress Plugin 管理頁面啟用 Viper&#8217;s Plugins Used。<br />
　5. 在欲顯示 Plugin 清單的文章填入以下的語法：</p>
<div align="left"><code><span style="color:red">&lt;phpcode&gt;</span></code></div>
<div align="left"><code><span style="color:red">&lt;?php $viperspluginsused = new viperspluginsused(); ?&gt;</span></code></div>
<div align="left"><code><span style="color:red">&lt;?php $viperspluginsused-&gt;output_table('id="pluginstable"', TRUE, FALSE, FALSE); ?&gt;</span></code></div>
<div align="left"><code><span style="color:red">&lt;/phpcode&gt;</span></code></div>
<p><code>&lt;phpcode&gt;</code> 與 <code>&lt;/phpcode&gt;</code> 裡面包覆的程式碼是 Viper&#8217;s Plugins Used 外掛用來顯示 Plugin 清單的語法，而 <code>&lt;phpcode&gt;</code> 與 <code>&lt;/phpcode&gt;</code> 本身則是 Exec-PHP 外掛用來宣告文章中何處開始、何處結束 PHP 程式的語法，這樣大家知道了嗎？</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li><li><a href="http://www.james-only.com/2007/04/16/117/" title="解決 FAlbum &#8211; Unable to get frob value 問題">解決 FAlbum &#8211; Unable to get frob value 問題</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/11/09/238/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; 訪客留言排行榜</title>
		<link>http://www.james-only.com/2007/07/09/183/</link>
		<comments>http://www.james-only.com/2007/07/09/183/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 14:37:30 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=183</guid>
		<description><![CDATA[Show Top Commentators 可以讓 WordPress 擁有完善的訪客留言排名機制，協助您確實地掌握與您最貼近的訪客，並適時地讓這些訪客可以透過排名而產生的連結，進一步提高上榜訪客的網誌造訪數，可說是利人利己的 WordPress Plugin 啦！讚！
　安裝步驟：
　1. 複製 show_top_commentators.php 檔案至路徑 wp-content/plugins 下。
　2. 將該檔案 Permissions 設定為 777 的屬性。
　3. 前往 WordPress Plugin 管理頁面啟用 Show Top Commentators。
　4. 使用編輯軟體開啟 themes/使用的 Themes 資料匣/sidebar.php。
　5. 在欲顯示訪客留言排行榜的地方填入以下的語法：
&#60;?php if(function_exists('ns_show_top_commentators')) { ?&#62;
&#60;li&#62;
&#60;h2&#62;Top Commentators&#60;/h2&#62;
&#60;ul&#62;&#60;?php ns_show_top_commentators(); ?&#62;&#60;/ul&#62;
&#60;/li&#62;
&#60;?php } ?&#62;
除此之外，咱們的 Show Top Commentators 還有許多可讓使用者自行調整的設定，有興趣的朋友請移駕至官方網站查詢相關設定及修改方式！
相關文章如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單WordPress Plugin &#8211; 表情圖案快速選擇WordPress Plugin &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators" target="_blank">Show Top Commentators</a> 可以讓 <a href="http://www.wordpress.org/" target="_blank">WordPress</a> 擁有完善的訪客留言排名機制，協助您確實地掌握與您最貼近的訪客，並適時地讓這些訪客可以透過排名而產生的連結，進一步提高上榜訪客的網誌造訪數，可說是利人利己的 <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress Plugin</a> 啦！讚！</p>
<p>　安裝步驟：<br />
　1. 複製 show_top_commentators.php 檔案至路徑 wp-content/plugins 下。<br />
　2. 將該檔案 Permissions 設定為 777 的屬性。<br />
　3. 前往 WordPress Plugin 管理頁面啟用 Show Top Commentators。<br />
　4. 使用編輯軟體開啟 themes/使用的 Themes 資料匣/sidebar.php。<br />
　5. 在欲顯示訪客留言排行榜的地方填入以下的語法：</p>
<p><code><span style="color:red">&lt;?php if(function_exists('ns_show_top_commentators')) { ?&gt;<br />
&lt;li&gt;<br />
&lt;h2&gt;Top Commentators&lt;/h2&gt;<br />
&lt;ul&gt;&lt;?php ns_show_top_commentators(); ?&gt;&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;?php } ?&gt;</span></code></p>
<p>除此之外，咱們的 <a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators" target="_blank">Show Top Commentators</a> 還有許多可讓使用者自行調整的設定，有興趣的朋友請移駕至官方網站查詢相關設定及修改方式！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li><li><a href="http://www.james-only.com/2007/04/16/117/" title="解決 FAlbum &#8211; Unable to get frob value 問題">解決 FAlbum &#8211; Unable to get frob value 問題</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/07/09/183/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; 表情圖案快速選擇</title>
		<link>http://www.james-only.com/2007/05/20/146/</link>
		<comments>http://www.james-only.com/2007/05/20/146/#comments</comments>
		<pubDate>Sat, 19 May 2007 16:35:31 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=146</guid>
		<description><![CDATA[剛剛新增了一個 WordPress 快速選擇表情圖案的外掛，它可以讓訪客透過簡單的滑鼠點選動作，即時在留言中加入生動的表情圖案，雖然不算是必較特別的功能，不過，它至少可以讓我知道訪客當時的心情是怎麼樣？我覺得挺不錯的！
　安裝步驟：
　1. 複製 wp-grins.php 檔案至路徑 wp-content/plugins 下。
　2. 前往 WordPress Plugin 管理頁面啟用 WP Grins。
對了，如果你是使用 WordPress 2.1 或以下版本的朋友，請記得將 prototype.js 檔案複製到路徑 wp-includes/js 底下，該外掛才能正常使用喔！

相關文章如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單WordPress Plugin &#8211; 訪客留言排行榜WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法打造 Wordpress 特定留言回覆機制解決 FAlbum &#8211; Unable to get frob value 問題]]></description>
			<content:encoded><![CDATA[<p>剛剛新增了一個 <a href="http://www.wordpress.org" target="_blank">WordPress</a> 快速選擇表情圖案的外掛，它可以讓訪客透過簡單的滑鼠點選動作，即時在留言中加入生動的表情圖案，雖然不算是必較特別的功能，不過，它至少可以讓我知道訪客當時的心情是怎麼樣？我覺得挺不錯的！</p>
<p>　安裝步驟：<br />
　1. 複製 wp-grins.php 檔案至路徑 wp-content/plugins 下。<br />
　2. 前往 WordPress Plugin 管理頁面啟用 <a href="http://alexking.org" target="_blank">WP Grins</a>。</p>
<p>對了，如果你是使用 WordPress 2.1 或以下版本的朋友，請記得將 prototype.js 檔案複製到路徑 wp-includes/js 底下，該外掛才能正常使用喔！<br />
<a href="http://farm1.static.flickr.com/223/504622165_5a953fcb94_o.jpg" target="_blank"><img src="http://farm1.static.flickr.com/223/504622165_5a953fcb94_o.jpg"></a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li><li><a href="http://www.james-only.com/2007/04/16/117/" title="解決 FAlbum &#8211; Unable to get frob value 問題">解決 FAlbum &#8211; Unable to get frob value 問題</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/05/20/146/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</title>
		<link>http://www.james-only.com/2007/05/10/138/</link>
		<comments>http://www.james-only.com/2007/05/10/138/#comments</comments>
		<pubDate>Wed, 09 May 2007 16:24:38 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=138</guid>
		<description><![CDATA[WP-BlogSticker 可以協助你自動將 BlogSticker 服務所需的絲帶貼紙語法崁入您的 WordPress 部落格系統，而毋須透過手動的方式將語法加入至 WordPress 樣版中的 header.php 檔案，對於討厭在 header.php 裡改東改西的朋友，超級好用。
　安裝步驟：
　1. 使用編輯軟體開啟 wp-blogsticker.php 檔案。
　2. 找到這行語法 $id_blog = 0; 並將數值 0 修改為您自己的 Blog-ID。
　3. 複製 wp-blogsticker 資料匣至路徑 wp-content/plugins 下。
　4. 前往 WordPress Plugin 管理頁面啟用 WP-Blogsticker。
相關文章如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單WordPress Plugin &#8211; 訪客留言排行榜WordPress Plugin &#8211; 表情圖案快速選擇打造 Wordpress 特定留言回覆機制解決 FAlbum &#8211; Unable to get frob value [...]]]></description>
			<content:encoded><![CDATA[<p><del datetime="2009-10-30T14:47:36+00:00">WP-BlogSticker</del> 可以協助你自動將 <del datetime="2009-10-30T14:47:36+00:00">BlogSticker</del> 服務所需的絲帶貼紙語法崁入您的 WordPress 部落格系統，而毋須透過手動的方式將語法加入至 WordPress 樣版中的 header.php 檔案，對於討厭在 header.php 裡改東改西的朋友，超級好用。</p>
<p>　安裝步驟：<br />
　1. 使用編輯軟體開啟 wp-blogsticker.php 檔案。<br />
　2. 找到這行語法 <code><b><span style="color:red">$id_blog = 0;</span></b></code> 並將數值 <code><b><span style="color:red">0</span></b></code> 修改為您自己的 Blog-ID。<br />
　3. 複製 wp-blogsticker 資料匣至路徑 wp-content/plugins 下。<br />
　4. 前往 WordPress Plugin 管理頁面啟用 WP-Blogsticker。</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li><li><a href="http://www.james-only.com/2007/04/16/117/" title="解決 FAlbum &#8211; Unable to get frob value 問題">解決 FAlbum &#8211; Unable to get frob value 問題</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/05/10/138/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>打造 WordPress 特定留言回覆機制</title>
		<link>http://www.james-only.com/2007/04/28/130/</link>
		<comments>http://www.james-only.com/2007/04/28/130/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 21:38:45 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=130</guid>
		<description><![CDATA[Brians Threaded Comments 是一套協助你建立特定留言回覆機制的 WordPress 外掛程式，用來讓版主與訪客或訪客與訪客間的互動不再牛頭不對馬嘴。有興趣或跟我一樣有這方面困擾的朋友們，強烈推薦您嘗試看看！
　安裝步驟：
　1. 複製 briansthreadedcomments.php 至路徑 wp-content/plugins 下。
　2. 複製 comments.php 檔案至您目前使用的樣板路徑下。
　　 〈這步驟將會取代該路徑下原有的 comments.php 檔案〉
　3. 前往 WordPress Plugin 管理頁面啟用 Brian&#8217;s Threaded Comments。
官方部落格：http://meidell.dk
相關文章如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單WordPress Plugin &#8211; 訪客留言排行榜WordPress Plugin &#8211; 表情圖案快速選擇WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法解決 FAlbum &#8211; Unable to get frob value 問題]]></description>
			<content:encoded><![CDATA[<p><a href="http://meidell.dk/archives/category/wordpress/threaded-comments" target="_blank">Brians Threaded Comments</a> 是一套協助你建立特定留言回覆機制的 <a target="_blank" href="http://www.wordpress.org">WordPress</a> 外掛程式，用來讓版主與訪客或訪客與訪客間的互動不再牛頭不對馬嘴。有興趣或跟我一樣有這方面困擾的朋友們，強烈推薦您嘗試看看！</p>
<p>　安裝步驟：<br />
　1. 複製 briansthreadedcomments.php 至路徑 wp-content/plugins 下。<br />
　2. 複製 comments.php 檔案至您目前使用的樣板路徑下。<br />
　　 〈這步驟將會取代該路徑下原有的 comments.php 檔案〉<br />
　3. 前往 WordPress Plugin 管理頁面啟用 Brian&#8217;s Threaded Comments。</p>
<p>官方部落格：<a target="_blank" href="http://meidell.dk">http://meidell.dk</a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/16/117/" title="解決 FAlbum &#8211; Unable to get frob value 問題">解決 FAlbum &#8211; Unable to get frob value 問題</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/04/28/130/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>解決 FAlbum &#8211; Unable to get frob value 問題</title>
		<link>http://www.james-only.com/2007/04/16/117/</link>
		<comments>http://www.james-only.com/2007/04/16/117/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 17:26:12 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=117</guid>
		<description><![CDATA[原本在自己工作崗位上默默耕耘的 FAlbum 外掛突然間發生了無法顯示相簿的問題﹝由 FAlbum 所產生的相簿全都變成包子圖案﹞，強烈的好奇心驅使之下，我執行了 Reset Authorization 這個步驟，想不到 Reset 後居然出現這樣的訊息：
　　　　Initial Setup
　　　　Error: Unable to get frob value
當我重新試著執行 Authorize FAlbum to access your Flickr account 這步驟，問題還是沒有解決！幸好在 Google 的幫助下，在 FAlbum 官方討論區找到修正方法。
 　1. 將 wp-content/plugins/falbum 路徑下的 FAlbum.class.php 檔案取回。
 　2. 開啟 FAlbum.class.php 並找到第 30 及 31 行的位置。
　　 define(&#8216;FALBUM_API_KEY&#8217;, &#8217;2c246752051d62eb4228fd05a8363423&#8242;);
　　 define(&#8216;FALBUM_SECRET&#8217;, &#8217;914acdd2720ddf03&#8242;);
 　3. 將 FALBUM_API_KEY 及 FALBUM_SECRET 修改成正確的 Flickr API Key。
 [...]]]></description>
			<content:encoded><![CDATA[<p>原本在自己工作崗位上默默耕耘的 <a href="http://www.randombyte.net/blog/" target="_blank">FAlbum</a> 外掛突然間發生了無法顯示相簿的問題﹝由 FAlbum 所產生的相簿全都變成包子圖案﹞，強烈的好奇心驅使之下，我執行了 Reset Authorization 這個步驟，想不到 Reset 後居然出現這樣的訊息：</p>
<p><b>　　　　Initial Setup<br />
　　　　Error: Unable to get frob value</b></p>
<p>當我重新試著執行 Authorize FAlbum to access your Flickr account 這步驟，問題還是沒有解決！幸好在 <a href="http://www.google.com.tw" target="_blank">Google</a> 的幫助下，在 <a href="http://www.randombyte.net/forum/" target="_blank">FAlbum 官方討論區</a>找到修正方法。</p>
<p> 　1. 將 wp-content/plugins/falbum 路徑下的 FAlbum.class.php 檔案取回。<br />
 　2. 開啟 FAlbum.class.php 並找到第 30 及 31 行的位置。<br />
　　 define(&#8216;FALBUM_API_KEY&#8217;, &#8217;2c246752051d62eb4228fd05a8363423&#8242;);<br />
　　 define(&#8216;FALBUM_SECRET&#8217;, &#8217;914acdd2720ddf03&#8242;);<br />
 　3. 將 FALBUM_API_KEY 及 FALBUM_SECRET 修改成正確的 <a href="http://www.flickr.com/services/api/keys/" target="_blank">Flickr API Key</a>。<br />
 　4. 將修改後的 FAlbum.class.php 放回 wp-content/plugins/falbum 路徑下。<br />
 　5. 重新執行 FAlbum 的啟用步驟：<br />
　　 Step 1: Authorize FAlbum to access your Flickr account<br />
　　 Step 2: Get Authentication Token<br />
 　6. 完成。</p>
<p>以上，希望跟我一樣碰到這個問題的朋友，可以經由這篇文章很快、很順利地解決。</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/04/16/117/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; Snap Preview Anywhere</title>
		<link>http://www.james-only.com/2007/04/06/110/</link>
		<comments>http://www.james-only.com/2007/04/06/110/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 16:06:59 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=110</guid>
		<description><![CDATA[Snap 即時顯示連接預覽服務已經在我的 Blog 服務了好長的一段時間，今天心血來潮前往官方網站看看有什麼新的玩意兒，居然發現 Snap 提供了繁體中文的預覽框介面及預覽框顏色組合可讓使用者依自己的網站選擇適當的預覽框參數。
變更預覽框參數後才想起，我還必須把變更後的預覽框參數語法黏到我的 footer.php 頁面才算完成，真是太麻煩了。幸虧 Ajay &#8211; On the Road called Life! 知道人間疾苦， 寫了 Snap Preview Anywhere Plugin 這個 WordPress 的 Plugin，讓我可以二話不說地把 footer.php 頁面中的 Snap 語法刪除，直接透過該 Plugin 來修改外觀。
　安裝步驟：
　1. 複製 def-link 資料匣至路徑 wp-content/plugins 下。
　2. 前往 WordPress Plugin 管理頁面啟用 Snap Preview Anywhere Plugin。
　3. 前往 WordPress Admin > Option > SPA 設定頁。
　4. SPA Key 欄位輸入 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.snap.com" target="_blank">Snap</a> 即時顯示連接預覽服務已經在我的 Blog 服務了好長的一段時間，今天心血來潮前往官方網站看看有什麼新的玩意兒，居然發現 Snap 提供了繁體中文的預覽框介面及預覽框顏色組合可讓使用者依自己的網站選擇適當的預覽框參數。</p>
<p>變更預覽框參數後才想起，我還必須把變更後的預覽框參數語法黏到我的 footer.php 頁面才算完成，真是太麻煩了。幸虧 <a href="http://ajaydsouza.com/" target="_blank">Ajay &#8211; On the Road called Life!</a> 知道人間疾苦， 寫了 <a href="http://ajaydsouza.com/wordpress/plugins/snap-preview-anywhere/" target="_blank">Snap Preview Anywhere Plugin</a> 這個 <a href="http://www.wordpress.org" target="_blank">WordPress</a> 的 Plugin，讓我可以二話不說地把 footer.php 頁面中的 Snap 語法刪除，直接透過該 Plugin 來修改外觀。</p>
<p>　安裝步驟：<br />
　1. 複製 def-link 資料匣至路徑 wp-content/plugins 下。<br />
　2. 前往 WordPress Plugin 管理頁面啟用 Snap Preview Anywhere Plugin。<br />
　3. 前往 WordPress Admin > Option > SPA 設定頁。<br />
　4. SPA Key 欄位輸入 Snap 提供給你的專屬序號。</p>
<p>至於該如何得知 Snap 的專屬序號？很簡單，當你在 Snap 官方網頁完成你的預覽框參數設定後，從 Snap 派發給你的語法中即可得知。例如以下的 Snap 語法範例中，key=<u>a7126901d07c428aa782950f019937df</u> 即是您的 SPA Key。</p>
<p class="info-box"><code>&lt;script defer="defer" id="snap_preview_anywhere" type="text/javascript" src="http://spa.snap.com/snap_preview_anywhere.js?ap=1&amp;amp;key=a7126901d07c428aa782950f019937df&amp;amp;sb=0&amp;amp;th=silver&amp;amp;cl=0&amp;amp;si=0&amp;amp;oi=0&amp;amp;lang=zh-tw&amp;amp;domain=www.james-only.com"&gt;&lt;/script&gt;</code></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/04/06/110/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>目前使用的 WordPress Plugin 清單</title>
		<link>http://www.james-only.com/2007/02/20/88/</link>
		<comments>http://www.james-only.com/2007/02/20/88/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 07:20:00 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=88</guid>
		<description><![CDATA[每次更新 WordPress 總是有許多 Plugin 因為無法適應而掛點，所以還是整理一篇我目前所使用的 WordPress Plugin 清單，以便未來可以參考：



Plugin
Description


AddQuicktag
Allows you to easily add custom Quicktags to the editor. You can also export and import your Quicktags.


Akismet
Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need an API key to use it. You can review the spam [...]]]></description>
			<content:encoded><![CDATA[<p>每次更新 <a href="http://www.wordpress.org" target="_blank">WordPress</a> 總是有許多 Plugin 因為無法適應而掛點，所以還是整理一篇我目前所使用的 <a href="http://www.wordpress.org" target="_blank">WordPress</a> Plugin 清單，以便未來可以參考：</p>
<phpcode>
<table id="pluginstable">
<tr class='pluginheader'>
<th class='plugincolumn'>Plugin</th>
<th class='descriptioncolumn'>Description</th>
</tr>
<tr class="pluginrow">
<td><a href="http://bueltge.de/wp-addquicktags-de-plugin/120/" title="Visit plugin homepage">AddQuicktag</a></td>
<td>Allows you to easily add custom Quicktags to the editor. You can also export and import your Quicktags.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://akismet.com/" title="Visit plugin homepage">Akismet</a></td>
<td>Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need an <a href="http://akismet.com/get/">API key</a> to use it. You can review the spam it catches under &#8220;Comments.&#8221; To show off your Akismet stats just put <code>&lt;?php akismet_counter(); ?&gt;</code> in your template. See also: <a href="http://wordpress.org/extend/plugins/stats/">WP Stats plugin</a>.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://semperfiwebdesign.com" title="Visit plugin homepage">All in One SEO Pack</a></td>
<td>Out-of-the-box SEO for your WordPress blog. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&#038;business=mrtorbert%40gmail%2ecom&#038;item_name=All%20In%20One%20SEO%20Pack&#038;item_number=Support%20Open%20Source&#038;no_shipping=0&#038;no_note=1&#038;tax=0&#038;currency_code=USD&#038;lc=US&#038;bn=PP%2dDonationsBF&#038;charset=UTF%2d8">Donate</a> | <a href="http://semperfiwebdesign.com/forum/" >Support</a> |  <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a></td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://www.rajiv.com/blog/2008/02/10/blogroll-links/" title="Visit plugin homepage">Blogroll Links</a></td>
<td>Displays blogroll links on a Page or Post. Insert <code><ul></ul></code> to a Page or Post and it will display your blogroll links there.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/" title="Visit plugin homepage">Code Markup</a></td>
<td>A filter that displays &lt;code&gt; blocks nicely while still allowing formatting.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://www.yakupgovler.com/?p=291" title="Visit plugin homepage">Comment Approved Notifier</a></td>
<td>Send an e-mail to your commenters when you approve their comments.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/" title="Visit plugin homepage">Dean&#8217;s Permalinks Migration</a></td>
<td>With this plugin, you can safely change your permalink structure without breaking the old links to your website,and even doesn&#8217;t hurt your google pagerank.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://blog.gohsy.com/topics/tag/delete-revision" title="Visit plugin homepage">Delete-Revision</a></td>
<td>Delete revision post from Database,let us now to drop Redundancy, lose weight !</td>
</tr>
<tr class="pluginrow">
<td><a href="http://wpcal.firetree.net" title="Visit plugin homepage">Event Calendar</a></td>
<td>Manage future events as an online calendar. Display upcoming events in a dynamic calendar, on a listings page, or as a list in the sidebar. You can subscribe to the calendar from iCal (OSX) or Sunbird. Change settings on the <a href="options-general.php?page=ec3_admin">Event Calendar Options</a> screen.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://wpcal.firetree.net" title="Visit plugin homepage">Event Calendar Widget</a></td>
<td>Adds sidebar widgets for Event Calendar and Upcoming Events. Requires the EventCalendar and <a href="http://automattic.com/code/widgets/">Widget</a> plugins (WordPress version 2.1 and earlier). After activating, please visit <a href="themes.php?page=widgets/widgets.php">Sidebar Widgets for WordPress version 2.1 and earlier</a> or <a href="widgets.php">Widgets for WordPress version 2.2 and subsequent</a> to configure and arrange your new widgets.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://bluesome.net/post/2005/08/18/50/" title="Visit plugin homepage">Exec-PHP</a></td>
<td>Executes &lt;?php ?&gt; code in your posts, pages and text widgets.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://wordpress.org/extend/plugins/php-code-widget/" title="Visit plugin homepage">Executable PHP widget</a></td>
<td>Like the Text widget, but it will take PHP code as well. Heavily derived from the Text widget code in WordPress.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://cavemonkey50.com/code/full-feed/" title="Visit plugin homepage">Full Text Feed</a></td>
<td>Prevents WordPress 2.1+ from adding a more link to your website&#8217;s feed.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://blog.jodies.de/2004/11/recent-comments/" title="Visit plugin homepage">Get Recent Comments</a></td>
<td>Display the most recent comments or trackbacks with your own formatting in the sidebar. Visit <a href="options-general.php?page=get-recent-comments.php">Options/Recent Comments</a> after activation of the plugin.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://ronaldheft.com/code/analyticator/" title="Visit plugin homepage">Google Analyticator</a></td>
<td>Adds the necessary JavaScript code to enable <a href="http://www.google.com/analytics/">Google&#8217;s Analytics</a>. After enabling this plugin visit <a href="options-general.php?page=google-analyticator.php">the settings page</a> and enter your Google Analytics&#8217; UID and enable logging.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://www.arnebrachhold.de/redir/sitemap-home/" title="Visit plugin homepage">Google XML Sitemaps</a></td>
<td>This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://groupedlinks.wordpress.com/" title="Visit plugin homepage">Grouped Links Widget</a></td>
<td>Grouped Links Widget can use an unlimited number of widget instances to group links by their associated link categories. Tested for WP 2.8. Please use version 1.0.x for WP 2.7 and below.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://rmarsh.com/plugins/highlight-comments/" title="Visit plugin homepage">Highlight Author Comments</a></td>
<td>Automatically applies a distinctive style to comments by the post&#8217;s author.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://www.dijksterhuis.org/wordpress-plugins/keyword-link-plugin/" title="Visit plugin homepage">Keyword Link Plugin</a></td>
<td>A SEO plugin that helps you to automatically link keywords to articles.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://www.linkwithin.com/" title="Visit plugin homepage">LinkWithin</a></td>
<td>Displays recommended stories and associated thumbnails from your blog</td>
</tr>
<tr class="pluginrow">
<td><a href="http://privism.org/blog/live-sync/" title="Visit plugin homepage">Live Space Sync</a></td>
<td>A Live Spaces rpc plug-in</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://code.andrewhamilton.net/wordpress/plugins/mail-from/" title="Visit plugin homepage">Mail From</a></td>
<td>Change the default address that WordPress sends it&#8217;s email from.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://mightyhitter.com/main-page/plugins/mightyadsense/" title="Visit plugin homepage">MightyAdsense</a></td>
<td>Keep your adsense code &#038; output it in posts.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://www.napolux.com/2006/12/14/myavatars-a-wordpress-plugin-for-mybloglog/" title="Visit plugin homepage">MyAvatars</a></td>
<td>This plugin allows you to add MyBlogLog.com avatars to WordPress comments.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://wpstorm.net/wordpress-plugins/paypal-donations/" title="Visit plugin homepage">PayPal Donations</a></td>
<td>Easy and simple setup and insertion of PayPal donate buttons with a shortcode or through a sidebar Widget. Donation purpose can be set for each button. A few other customization options are available as well.</td>
</tr>
<tr class="pluginrowalt">
<td>PuSHPress</td>
<td>PubSubHubbub plugin for WordPress that includes the hub</td>
</tr>
<tr class="pluginrow">
<td><a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/" title="Visit plugin homepage">Show Top Commentators</a></td>
<td>Encourage more feedback and discussion from readers, by rewarding them every time they post a comment! Readers with the most comments are displayed on your WordPress blog, with their names (linked to their website if they provided one).</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://redmine.beapi.fr/projects/show/simple-tags" title="Visit plugin homepage">Simple Tags</a></td>
<td>Extended Tagging for WordPress 3.0 ! Suggested Tags, Mass edit tags, Autocompletion, Tag Cloud Widgets, Related Posts, Related Tags, etc!</td>
</tr>
<tr class="pluginrow">
<td><a href="http://www.viper007bond.com/wordpress-plugins/vipers-plugins-used/" title="Visit plugin homepage">Viper&#8217;s Plugins Used</a></td>
<td>Allows you to display alphabetically what plugins you have enabled on your blog in either a table or unordered list. Also allows you to set custom descriptions for the plugins in the output.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/" title="Visit plugin homepage">Viper&#8217;s Video Quicktags</a></td>
<td>Easily embed videos from various video websites such as YouTube, DailyMotion, and Vimeo into your posts.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://www.ronalfy.com/2009/10/26/wp-grins-lite/" title="Visit plugin homepage">WP Grins Lite</a></td>
<td>A Clickable Smilies hack for WordPress.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://wordpress.org/extend/plugins/wp-pagenavi/" title="Visit plugin homepage">WP-PageNavi</a></td>
<td>Adds a more advanced paging navigation to your WordPress blog</td>
</tr>
<tr class="pluginrow">
<td><a href="http://lesterchan.net/portfolio/programming/php/" title="Visit plugin homepage">WP-Polls</a></td>
<td>Adds an AJAX poll system to your WordPress blog. You can easily include a poll into your WordPress&#8217;s blog post/page. WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://lesterchan.net/portfolio/programming/php/" title="Visit plugin homepage">WP-PostViews</a></td>
<td>Enables you to display how many times a post/page had been viewed. Modified by <a href="http://DPotter.net/Technical/" title="David's Technical Musings">David Potter</a> to include options for when and where to display view counts.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://kyleabaker.com/goodies/coding/wp-useragent/" title="Visit plugin homepage">WP-UserAgent</a></td>
<td>A simple User-Agent detection plugin that lets you easily insert icons and/or textual web browser and operating system details with each comment.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://wordpress.org/extend/plugins/wp-useronline/" title="Visit plugin homepage">WP-UserOnline</a></td>
<td>Enable you to display how many users are online on your WordPress site</td>
</tr>
<tr class="pluginrow">
<td><a href="http://www.ilfilosofo.com/blog/wp-db-backup" title="Visit plugin homepage">WordPress Database Backup</a></td>
<td>On-demand backup of your WordPress database. Navigate to <a href="edit.php?page=wp-db-backup">Tools &rarr; Backup</a> to get started.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://myplugins.org/plugins/2009-06-26/wordpress-gallery-slideshow.html" title="Visit plugin homepage">WordPress Gallery Slideshow</a></td>
<td><a title="NextGEN Gallery WordPress Plugin" href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/">NextGEN Gallery</a> another plugin for WordPress by <a title="Alex Rabe" href="http://alexrabe.boelinger.com/">Alex Rabe</a> was the inspiration for this small and simple plugin. I really must say he did and still does a great job with this plugin but sometimes such a huge plugin is simply too much. So I decided to develop a small plugin with less configuration settings and no extra tables for the WordPress Database. Simplicity should be the guide for the advanture of developing this plugin. As far as I can say I did the job well and it is just a Slideshow to set your images in the right context. Nothing more nothing less.</td>
</tr>
<tr class="pluginrow">
<td><a href="http://crowdfavorite.com/wordpress/" title="Visit plugin homepage">WordPress Mobile Edition</a></td>
<td>Show your mobile visitors a site presentation designed just for them. Rich experience for iPhone, Android, etc. and clean simple formatting for less capable mobile browsers. Cache-friendly with a Carrington-based theme, and progressive enhancement for advanced mobile browsers.</td>
</tr>
<tr class="pluginrowalt">
<td><a href="http://fairyfish.net/2007/09/12/wordpress-23-related-posts-plugin/" title="Visit plugin homepage">WordPress Related Posts</a></td>
<td>Generate a related posts list via tags of WordPress</td>
</tr>
<tr class="pluginrow">
<td><a href="http://wordpress.org/extend/plugins/stats/" title="Visit plugin homepage">WordPress.com Stats</a></td>
<td>Tracks views, post/page views, referrers, and clicks. Requires a WordPress.com API key.</td>
</tr>
</table>
</phpcode>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/02/20/88/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; 留言自動載入 MyBlogLog 肖像</title>
		<link>http://www.james-only.com/2007/02/19/86/</link>
		<comments>http://www.james-only.com/2007/02/19/86/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 19:45:04 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=86</guid>
		<description><![CDATA[春節假期至今邁入第三天，最大的收穫是看了兩遍「霍爾的移動城堡」，其次是把部落格的留言功能加上 MyAvatars 外掛，她可以使每篇留言自動帶入留言者在 MyBlogLog 所使用的肖像。這個功能其實有點像自動帶入 Gravatar 肖像的外掛，只不過把肖像的來源換成是 MyBlogLog 罷了！都怪 Gravatar 最近才繼續服務，失去了許多用戶 &#8230;
有興趣的朋友，請至官方網站下載 MyAvatars。
【安裝步驟】
1. 複製 MyAvatars 資料匣至路徑 wp-content/plugins 下。
2. 前往 WordPress Plugin 管理頁面啟用 MyAvatars。
3. 使用編輯軟體開啟 theme/使用的 Themes 資料匣/comments.php。
4. 在欲顯示肖像的地方填入以下的語法：
&#60;?php if(function_exists(&#34;MyAvatars&#34;)) MyAvatars();?&#62;
相關文章如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單WordPress Plugin &#8211; 訪客留言排行榜WordPress Plugin &#8211; 表情圖案快速選擇WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法打造 Wordpress 特定留言回覆機制]]></description>
			<content:encoded><![CDATA[<p>春節假期至今邁入第三天，最大的收穫是看了兩遍「霍爾的移動城堡」，其次是把部落格的留言功能加上 MyAvatars 外掛，她可以使每篇留言自動帶入留言者在 <a href="http://www.mybloglog.com/" target="_blank">MyBlogLog</a> 所使用的肖像。這個功能其實有點像自動帶入 <a href="http://site.gravatar.com/" target="_blank">Gravatar</a> 肖像的外掛，只不過把肖像的來源換成是 MyBlogLog 罷了！都怪 Gravatar 最近才繼續服務，失去了許多用戶 &#8230;</p>
<p>有興趣的朋友，請至<a href="http://www.napolux.com/" target="_blank">官方網站</a>下載 <a href="http://www.napolux.com/2006/12/14/myavatars-a-wordpress-plugin-for-mybloglog/" target="_blank">MyAvatars</a>。</p>
<p>【安裝步驟】<br />
1. 複製 MyAvatars 資料匣至路徑 wp-content/plugins 下。<br />
2. 前往 WordPress Plugin 管理頁面啟用 MyAvatars。<br />
3. 使用編輯軟體開啟 theme/使用的 Themes 資料匣/comments.php。<br />
4. 在欲顯示肖像的地方填入以下的語法：</p>
<p class="info-box">&lt;?php if(function_exists(&quot;MyAvatars&quot;)) MyAvatars();?&gt;</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/02/19/86/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; 行動裝置瀏覽介面</title>
		<link>http://www.james-only.com/2007/01/07/69/</link>
		<comments>http://www.james-only.com/2007/01/07/69/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 08:31:41 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=69</guid>
		<description><![CDATA[隨著智慧型手機出貨量的劇增，像我一樣使用智慧型手機來瀏覽網摘的閒人更是不少，雖然透過 Bloglines 服務可以讓我很順利地訂閱、瀏覽 RSS 新聞，但需要留言的時候還是得經由連結前往該網誌。不過智慧型手機的解析度拿來瀏覽網頁就已經夠辛苦了，留言動作如果沒有一個簡單的頁面還真是勞民傷財。
而 WordPress Mobile Edition 可以讓你的 WordPress 像 Google Search 或 Gmail 所提供的 Mobile 服務，自動偵測使用者採用何種裝置進而套用適當的介面！讓行動裝置瀏覽你的網誌也可以獲得最佳的畫面、最佳的效果。
有興趣的朋友，請至官方網站下載 WordPress Mobile Edition。
安裝步驟：
1. 複製 wp-mobile.php 至路徑 wp-content/plugins 下。
2. 複製 wp-mobile 資料匣至路徑 wp-content/themes 下。
3. 至 WordPress Plugin 管理頁面啟用 WordPress Mobile Edition。
完成安裝，需使用行裝裝置瀏覽才可以看見這個 Plugin 所產生的效果喔！

相關文章如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單WordPress Plugin &#8211; 訪客留言排行榜WordPress Plugin &#8211; 表情圖案快速選擇WordPress Plugin &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>隨著智慧型手機出貨量的劇增，像我一樣使用智慧型手機來瀏覽網摘的閒人更是不少，雖然透過 <a href="http://www.bloglines.com/" target="_blank">Bloglines</a> 服務可以讓我很順利地訂閱、瀏覽 RSS 新聞，但需要留言的時候還是得經由連結前往該網誌。不過智慧型手機的解析度拿來瀏覽網頁就已經夠辛苦了，留言動作如果沒有一個簡單的頁面還真是勞民傷財。</p>
<p>而 WordPress Mobile Edition 可以讓你的 <a href="http://wordpress.org/" target="_blank">WordPress</a> 像 <a href="http://www.google.com/" target="_blank">Google Search</a> 或 <a href="http://www.gmail.com/" target="_blank">Gmail</a> 所提供的 <a href="http://www.google.com/mobile/" target="_blank">Mobile</a> 服務，自動偵測使用者採用何種裝置進而套用適當的介面！讓行動裝置瀏覽你的網誌也可以獲得最佳的畫面、最佳的效果。</p>
<p>有興趣的朋友，請至官方網站下載 <a href="http://alexking.org/projects/wordpress" target="_blank">WordPress Mobile Edition</a>。</p>
<p>安裝步驟：<br />
1. 複製 wp-mobile.php 至路徑 wp-content/plugins 下。<br />
2. 複製 wp-mobile 資料匣至路徑 wp-content/themes 下。<br />
3. 至 WordPress Plugin 管理頁面啟用 WordPress Mobile Edition。</p>
<p>完成安裝，需使用行裝裝置瀏覽才可以看見這個 Plugin 所產生的效果喔！<br />
<a href="http://www.flickr.com/photos/chulianglee/348742657/" target="_blank"><img src="http://farm1.static.flickr.com/140/348742657_bc3094326d_o.jpg"></a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/07/09/183/" title="WordPress Plugin &#8211; 訪客留言排行榜">WordPress Plugin &#8211; 訪客留言排行榜</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/10/138/" title="WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法">WordPress Plugin &#8211; 崁入 BlogSticker 絲帶貼紙語法</a></li><li><a href="http://www.james-only.com/2007/04/28/130/" title="打造 Wordpress 特定留言回覆機制">打造 Wordpress 特定留言回覆機制</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/01/07/69/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
