<?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; Plugin</title>
	<atom:link href="http://blog.hi3b.com/archives/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hi3b.com</link>
	<description>Hi3B附設Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:44:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>如何在 WordPress 文章中插入 php 程式</title>
		<link>http://blog.hi3b.com/archives/201</link>
		<comments>http://blog.hi3b.com/archives/201#comments</comments>
		<pubDate>Sun, 27 May 2007 07:57:41 +0000</pubDate>
		<dc:creator>工友 from Hi3B</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[runPHP]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://blog.hi3b.com/archives/201</guid>
		<description><![CDATA[WordPress 的文章中，原本只能寫入文字的文章。並不能在文章中隱藏 php 執行程式的執行結果。 runPHP 這個插件，提供這個可能性。對於，WordPress 2.0 以上的程式，可下載 runPHP 2.2.2 &#8211; .zip 檔。解壓縮後置入 plugins 目錄下。並在外掛功能中予以啟用。 我們可試著建立一個分頁 (page) ，其中寫一個簡單的測試碼來試看 php 的可行性。如下 : &#60; ?php $curDate = date(&#8216;Y-m-d H:i:s&#8217;); echo &#8220;\n&#8221;; echo &#8216;現在的時間是 : &#8216; . $curDate; echo &#8220;\n&#8221;; ?&#62; 注意 : 寫這些碼，要在 html 碼的狀態下時寫入，而不可在預覽狀態下寫入。寫完後別忘了在寫文章的狀態欄的右下方，要把 run PHP code? 選為啟用。另外，管理主選單選項中的寫作項內 &#8220;自動修正錯誤的巢狀 XHTML 語法&#8221; 的功能要設為 off 不使用。 寫完以上的碼後儲存並查閱這一頁，就會看到上頭所寫的碼已經確實的執行了。若無法執行，則可能是上述的幾項程序中沒弄對。 這一個插件，提供了我們可在 [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 的文章中，原本只能寫入文字的文章。並不能在文章中隱藏 php 執行程式的執行結果。</p>
<p><a href="http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/">runPHP</a> 這個插件，提供這個可能性。對於，WordPress 2.0 以上的程式，可下載 <a href="http://www.nosq.com/download/runPHP2.2.2.zip">runPHP 2.2.2</a> &#8211; .zip 檔。解壓縮後置入 plugins 目錄下。並在外掛功能中予以啟用。</p>
<p>我們可試著建立一個分頁 (page) ，其中寫一個簡單的測試碼來試看 php 的可行性。如下 :</p>
<blockquote><p> &lt; ?php<br />
$curDate = date(&#8216;Y-m-d H:i:s&#8217;);</p>
<p>echo &#8220;\n&#8221;;<br />
echo &#8216;現在的時間是 : &#8216; . $curDate;<br />
echo &#8220;\n&#8221;;<br />
?&gt;</p></blockquote>
<p>注意 : 寫這些碼，要在 html 碼的狀態下時寫入，而不可在預覽狀態下寫入。寫完後別忘了在寫文章的狀態欄的右下方，要把 run PHP code? 選為啟用。另外，管理主選單選項中的寫作項內 &#8220;自動修正錯誤的巢狀 XHTML 語法&#8221; 的功能要設為 off 不使用。</p>
<p>寫完以上的碼後儲存並查閱這一頁，就會看到上頭所寫的碼已經確實的執行了。若無法執行，則可能是上述的幾項程序中沒弄對。<br />
這一個插件，提供了我們可在 WordPress 的所有文章中插入 php 程式的無限可能，實在不錯用。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hi3b.com/archives/201/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>關於 WordPress 與 meta 相關的插件</title>
		<link>http://blog.hi3b.com/archives/200</link>
		<comments>http://blog.hi3b.com/archives/200#comments</comments>
		<pubDate>Sat, 26 May 2007 11:45:20 +0000</pubDate>
		<dc:creator>工友 from Hi3B</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[搜尋排前]]></category>
		<category><![CDATA[網站與網頁]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meat]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[關鍵詞]]></category>

		<guid isPermaLink="false">http://blog.hi3b.com/archives/200</guid>
		<description><![CDATA[WordPress 的插件中，與 meat 相關的插件 (plugin) 相當多。如 : HeadSpace，HeadSpace 2 ，All in one SEO pack，wpSEO 等。其實目前在許多搜索引擎幾乎都已經不使用網頁 meta 中的 Keywords 的屬性。倒是，對於 description 的屬性應該還頗受重視的。因此，為了提高網頁的位階與排名，在 description 中適當的使用關鍵詞倒還不算是壞事。是不是真的需要為此加裝插件，說真的個人覺得需要性不高。不過，倒是可藉此稍加瞭解 meta，title 與 des HeadSpace 2 這個插件功能未免太多了。不只可設定首頁、獨立頁、歸檔頁、類別頁等各頁面的 description/keywords/title 屬性，還可單獨的定義為一個主題，也可就每篇文章針對個別文章設定個別屬性。 All in one SEO pack 可以優化 title 標題，並把 Blog 的名稱擺在標題之後，還可加上分隔符號。還可把類別添入 keywords 中。 其實，我都沒使用這些插件，而是始用 Ultimate Tag Warrior 插件中的 “Include meta keywords“ 的選項，把 Tag 加入到 meta [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 的插件中，與 meat 相關的插件 (plugin) 相當多。如 : HeadSpace，HeadSpace 2 ，All in one SEO pack，wpSEO 等。其實目前在許多搜索引擎幾乎都已經不使用網頁 meta 中的 Keywords 的屬性。倒是，對於 description 的屬性應該還頗受重視的。因此，為了提高網頁的位階與排名，在 description 中適當的使用關鍵詞倒還不算是壞事。是不是真的需要為此加裝插件，說真的個人覺得需要性不高。不過，倒是可藉此稍加瞭解 meta，title 與 des</p>
<p><a href="http://www.urbangiraffe.com/plugins/headspace2">HeadSpace 2</a> 這個插件功能未免太多了。不只可設定首頁、獨立頁、歸檔頁、類別頁等各頁面的 description/keywords/title 屬性，還可單獨的定義為一個主題，也可就每篇文章針對個別文章設定個別屬性。<br />
<a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/">All in one SEO pack</a> 可以優化 title 標題，並把 Blog 的名稱擺在標題之後，還可加上分隔符號。還可把類別添入 keywords 中。</p>
<p>其實，我都沒使用這些插件，而是始用 Ultimate Tag Warrior 插件中的 “Include meta keywords“ 的選項，把 Tag 加入到 meta 中。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hi3b.com/archives/200/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 的 Plugin : Optimal Title</title>
		<link>http://blog.hi3b.com/archives/179</link>
		<comments>http://blog.hi3b.com/archives/179#comments</comments>
		<pubDate>Thu, 10 May 2007 16:24:27 +0000</pubDate>
		<dc:creator>工友 from Hi3B</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Optimal-Title]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Tag]]></category>

		<guid isPermaLink="false">http://blog.hi3b.com/archives/179</guid>
		<description><![CDATA[Optimal Title 是 WordPress 的一個小 Plugin 。可把 WorldPress 的 Title 標籤做一個小優化。 原本，以 WordPress 的 Title 的顯示，都是站名排在前頭。之後，才列出分類的名稱或文章的標題。經過 Optimal Title 的修改，能使名稱或文章的標題排列到網站名稱的前面。 這樣的小修改，表面上似乎沒有太大的差別。其實，我們談過 Title 標籤是網頁最重要的標記，即始是 Title 的一個小變動，對於 SEO 都會有些相當的影響。因此，這一個小 Plugin 還是很值得使用的。 可惜，我想把 Ultimate Tag Warrior 的Tag 顯示也進行如此的優化，雖然也做出來了，可順序卻一直還沒能調過來。]]></description>
			<content:encoded><![CDATA[<p><a href="http://elasticdog.com/2004/09/optimal-title/">Optimal Title</a> 是 WordPress 的一個小 Plugin 。可把 WorldPress 的 Title 標籤做一個小優化。</p>
<p>原本，以 WordPress 的  Title 的顯示，都是站名排在前頭。之後，才列出分類的名稱或文章的標題。經過 Optimal Title  的修改，能使名稱或文章的標題排列到網站名稱的前面。</p>
<p>這樣的小修改，表面上似乎沒有太大的差別。其實，我們談過 <a href="http://blog.hi3b.com/archives/57">Title 標籤是網頁最重要的標記</a>，即始是 Title 的一個小變動，對於 SEO 都會有些相當的影響。因此，這一個小 Plugin 還是很值得使用的。</p>
<p>可惜，我想把 <strong>Ultimate Tag Warrior </strong> 的Tag 顯示也進行如此的優化，雖然也做出來了，可順序卻一直還沒能調過來。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hi3b.com/archives/179/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

