<?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"
	>
<channel>
	<title>Comments on: 求：解決問題方法</title>
	<atom:link href="http://blog.hoiking.org/2007/04/24/919/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoiking.org/2007/04/24/919/</link>
	<description>只談老實私見。</description>
	<pubDate>Thu, 04 Dec 2008 00:23:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: ca95</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-50823</link>
		<dc:creator>ca95</dc:creator>
		<pubDate>Fri, 14 Dec 2007 09:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-50823</guid>
		<description>成了，整段mark起來就ok了.....-.-</description>
		<content:encoded><![CDATA[<p>成了，整段mark起來就ok了&#8230;..-.-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ca95</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-50821</link>
		<dc:creator>ca95</dc:creator>
		<pubDate>Fri, 14 Dec 2007 03:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-50821</guid>
		<description>我照你的方式改了還是出現錯誤??
版本是2.3.1+Cordobo_Green_Park
WordPress 資料庫錯誤： [Table 'wordpress.wp_categories' doesn't exist]
SELECT cat_ID, cat_name FROM wp_categories WHERE link_count &#62; 0 ORDER BY cat_name ASC</description>
		<content:encoded><![CDATA[<p>我照你的方式改了還是出現錯誤??<br />
版本是2.3.1+Cordobo_Green_Park<br />
WordPress 資料庫錯誤： [Table 'wordpress.wp_categories' doesn't exist]<br />
SELECT cat_ID, cat_name FROM wp_categories WHERE link_count &gt; 0 ORDER BY cat_name ASC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46538</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 27 Apr 2007 21:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46538</guid>
		<description>天佑：那時查wordpress的support forum，他們解釋上圖列出的code，在新版中已經被廢武功，可能是這個vanilla theme太「舊」（本為1.5版寫的），到了2.1之後的版本，未能「與時並進」吧？

說起那些plug-ins，我查過live calender是有新版本的，不過安裝了以後完全沒有原版Ajax的功能，結果還是得裝回舊版，真是奇怪呢！</description>
		<content:encoded><![CDATA[<p>天佑：那時查wordpress的support forum，他們解釋上圖列出的code，在新版中已經被廢武功，可能是這個vanilla theme太「舊」（本為1.5版寫的），到了2.1之後的版本，未能「與時並進」吧？</p>
<p>說起那些plug-ins，我查過live calender是有新版本的，不過安裝了以後完全沒有原版Ajax的功能，結果還是得裝回舊版，真是奇怪呢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天佑</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46520</link>
		<dc:creator>天佑</dc:creator>
		<pubDate>Fri, 27 Apr 2007 06:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46520</guid>
		<description>大雄 post 出來那段 code，雖然有 data retrieve，但完全沒有用到那些 data，當然亦沒有顯示出來吧，真的很奇怪。</description>
		<content:encoded><![CDATA[<p>大雄 post 出來那段 code，雖然有 data retrieve，但完全沒有用到那些 data，當然亦沒有顯示出來吧，真的很奇怪。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 大雄</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46425</link>
		<dc:creator>大雄</dc:creator>
		<pubDate>Tue, 24 Apr 2007 13:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46425</guid>
		<description>哎也﹐一時睇漏眼﹗"If this is the frontpage"個句唔刪得﹐係下一句開始刪。

 ＜?php
 $link_cats = $wpdb-&#62;get_results("SELECT cat_id, cat_name FROM $wpdb-&#62;linkcategories");
 foreach ($link_cats as $link_cat) {
 ?&#62;
 ＜?php } ?&#62;</description>
		<content:encoded><![CDATA[<p>哎也﹐一時睇漏眼﹗&#8221;If this is the frontpage&#8221;個句唔刪得﹐係下一句開始刪。</p>
<p> ＜?php<br />
 $link_cats = $wpdb-&gt;get_results(&#8221;SELECT cat_id, cat_name FROM $wpdb-&gt;linkcategories&#8221;);<br />
 foreach ($link_cats as $link_cat) {<br />
 ?&gt;<br />
 ＜?php } ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46417</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 24 Apr 2007 11:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46417</guid>
		<description>就是不成呀，大雄，一刪就整個sidebar也出事了！</description>
		<content:encoded><![CDATA[<p>就是不成呀，大雄，一刪就整個sidebar也出事了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 大雄</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46416</link>
		<dc:creator>大雄</dc:creator>
		<pubDate>Tue, 24 Apr 2007 11:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46416</guid>
		<description>哎也，果然係出唔到丫！我指既係＜！－－start links－－＞到＜！－－end links－－＞個段，試下移走佢先。</description>
		<content:encoded><![CDATA[<p>哎也，果然係出唔到丫！我指既係＜！－－start links－－＞到＜！－－end links－－＞個段，試下移走佢先。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 大雄</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46412</link>
		<dc:creator>大雄</dc:creator>
		<pubDate>Tue, 24 Apr 2007 11:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46412</guid>
		<description>你以下這段code是有什麼用途的呢？我認為是這段出了問題，試試把這個刪掉吧。

&lt;code&gt;&lt;!-- start links --&gt;


 get_results("SELECT cat_id, cat_name FROM $wpdb-&#62;linkcategories");
 foreach ($link_cats as $link_cat) {
 ?&#62;
 
&lt;!-- end links --&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>你以下這段code是有什麼用途的呢？我認為是這段出了問題，試試把這個刪掉吧。</p>
<p><code><!-- start links --></p>
<p> get_results(&#8221;SELECT cat_id, cat_name FROM $wpdb-&gt;linkcategories&#8221;);<br />
 foreach ($link_cats as $link_cat) {<br />
 ?&gt;</p>
<p><!-- end links --></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46409</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 24 Apr 2007 07:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46409</guid>
		<description>兩者之間以乎沒有甚麼plugins，但是有一堆奇怪的指令，如果不介意的話，可否代我看看&lt;a href="http://blog.hoiking.org/pictures/2007/04/sidebar.txt" rel="nofollow"&gt;這裡當中&lt;/a&gt;出現了甚麼問題？</description>
		<content:encoded><![CDATA[<p>兩者之間以乎沒有甚麼plugins，但是有一堆奇怪的指令，如果不介意的話，可否代我看看<a href="http://blog.hoiking.org/pictures/2007/04/sidebar.txt" rel="nofollow">這裡當中</a>出現了甚麼問題？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天佑</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46397</link>
		<dc:creator>天佑</dc:creator>
		<pubDate>Tue, 24 Apr 2007 01:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46397</guid>
		<description>我同意 MetalDudu 的想法，應該是首頁 sidebar 內某個 plugin 出現問題。在 "Visit other Blogs！" 和 "Recent Comments" 中間的是那個 plugin？</description>
		<content:encoded><![CDATA[<p>我同意 MetalDudu 的想法，應該是首頁 sidebar 內某個 plugin 出現問題。在 &#8220;Visit other Blogs！&#8221; 和 &#8220;Recent Comments&#8221; 中間的是那個 plugin？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MetalDudu</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46395</link>
		<dc:creator>MetalDudu</dc:creator>
		<pubDate>Mon, 23 Apr 2007 23:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46395</guid>
		<description>首页才会出错，表明在首页的sidebar里可能有某个插件在查询数据库时出错。2.1.3似乎有一些数据结构更新，你可以试试把插件停用，一个一个排除问题，或者检查一下插件是否有新版本。：）</description>
		<content:encoded><![CDATA[<p>首页才会出错，表明在首页的sidebar里可能有某个插件在查询数据库时出错。2.1.3似乎有一些数据结构更新，你可以试试把插件停用，一个一个排除问题，或者检查一下插件是否有新版本。：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 大雄</title>
		<link>http://blog.hoiking.org/2007/04/24/919/#comment-46394</link>
		<dc:creator>大雄</dc:creator>
		<pubDate>Mon, 23 Apr 2007 23:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hoiking.org/2007/04/24/919/#comment-46394</guid>
		<description>奇怪, 這個error只在主頁看到, 但在單頁內卻看不見。可以把sidebar.php放上來讓我們下載看看是什麼問題嗎?</description>
		<content:encoded><![CDATA[<p>奇怪, 這個error只在主頁看到, 但在單頁內卻看不見。可以把sidebar.php放上來讓我們下載看看是什麼問題嗎?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
