<?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: 整合 Google 自定义搜索到 WordPress 中</title>
	<atom:link href="http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Wed, 23 May 2012 12:18:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: night</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-48096</link>
		<dc:creator>night</dc:creator>
		<pubDate>Mon, 14 Mar 2011 04:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-48096</guid>
		<description>&lt;blockquote&gt;主要是修改下 googleSearchFrameWidth = 600;，把 600 修改成适合你主体的宽度。&lt;/blockquote&gt;
为什么修改这个在我的博客里不起作用呢 不管改成多少 它的宽度始终为790多</description>
		<content:encoded><![CDATA[<blockquote><p>主要是修改下 googleSearchFrameWidth = 600;，把 600 修改成适合你主体的宽度。</p></blockquote>
<p>为什么修改这个在我的博客里不起作用呢 不管改成多少 它的宽度始终为790多</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-44877</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-44877</guid>
		<description>等 Google 收录，或者在 Google CSE 中提交 Sitemap！</description>
		<content:encoded><![CDATA[<p>等 Google 收录，或者在 Google CSE 中提交 Sitemap！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamcastle</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-44876</link>
		<dc:creator>jamcastle</dc:creator>
		<pubDate>Sun, 07 Mar 2010 10:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-44876</guid>
		<description>你好，我也是按这种方法弄的，但有个问题。就是我无论搜什么词都搜不到内容，我网站内容有的，都提示无法找到关键词相关内容。难道是因为，我的网站最近刚换的域名，google目前还没有收录我网站的网页的原因吗，其他的我真想不到什么原因，不知道这个问题该如何解决呢</description>
		<content:encoded><![CDATA[<p>你好，我也是按这种方法弄的，但有个问题。就是我无论搜什么词都搜不到内容，我网站内容有的，都提示无法找到关键词相关内容。难道是因为，我的网站最近刚换的域名，google目前还没有收录我网站的网页的原因吗，其他的我真想不到什么原因，不知道这个问题该如何解决呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-44641</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Mon, 01 Feb 2010 02:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-44641</guid>
		<description>使用 exclude 参数！</description>
		<content:encoded><![CDATA[<p>使用 exclude 参数！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小峰JoysBoy</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-44640</link>
		<dc:creator>小峰JoysBoy</dc:creator>
		<pubDate>Mon, 01 Feb 2010 02:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-44640</guid>
		<description>想问下，新建页面都会在导航栏显示，我怎么隐藏它</description>
		<content:encoded><![CDATA[<p>想问下，新建页面都会在导航栏显示，我怎么隐藏它</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TTwan</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-43908</link>
		<dc:creator>TTwan</dc:creator>
		<pubDate>Fri, 20 Nov 2009 18:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-43908</guid>
		<description>我用的是elegant-box.4.1.1的主题，在header.php里面找到下面的代码，
wp_list_pages(&#039;&amp;title_li=0&amp;sort_column=menu_order&#039;);

我的搜索结果页的ID=10，
我修改成：
wp_list_pages(&#039;&amp;title_li=0&amp;sort_column=menu_order&amp;exclude=10&#039;);

但是总还是会显示这个页面，不知道为什么！</description>
		<content:encoded><![CDATA[<p>我用的是elegant-box.4.1.1的主题，在header.php里面找到下面的代码，<br />
wp_list_pages(&#8216;&amp;title_li=0&amp;sort_column=menu_order&#8217;);</p>
<p>我的搜索结果页的ID=10，<br />
我修改成：<br />
wp_list_pages(&#8216;&amp;title_li=0&amp;sort_column=menu_order&amp;exclude=10&#8242;);</p>
<p>但是总还是会显示这个页面，不知道为什么！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-40184</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 29 Mar 2009 05:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-40184</guid>
		<description>我的自定义搜索只能搜索首页，不知道怎么回事</description>
		<content:encoded><![CDATA[<p>我的自定义搜索只能搜索首页，不知道怎么回事</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logtee</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-37517</link>
		<dc:creator>logtee</dc:creator>
		<pubDate>Tue, 30 Dec 2008 08:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-37517</guid>
		<description>exclude 这个参数怎么用呢?</description>
		<content:encoded><![CDATA[<p>exclude 这个参数怎么用呢?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsman</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-2/#comment-35558</link>
		<dc:creator>tsman</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-35558</guid>
		<description>终于用上了，可是怎么让搜索框靠右边呀！麻烦看一下</description>
		<content:encoded><![CDATA[<p>终于用上了，可是怎么让搜索框靠右边呀！麻烦看一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 鸟类网</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-35023</link>
		<dc:creator>鸟类网</dc:creator>
		<pubDate>Sat, 08 Nov 2008 08:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-35023</guid>
		<description>介绍的很好，我的网站已经很好的整合了Google自定义搜索，包括搜索框样式都可以进行了美化。</description>
		<content:encoded><![CDATA[<p>介绍的很好，我的网站已经很好的整合了Google自定义搜索，包括搜索框样式都可以进行了美化。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-30834</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 12 Aug 2008 07:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-30834</guid>
		<description>把wp_list_pages(&#039;title_li=&amp;depth=1&amp;exclude=1&#039;);改成wp_list_pages(&#039;title_li=&amp;depth=1&amp;exclude=11&#039;);
就OK了。谢谢您！</description>
		<content:encoded><![CDATA[<p>把wp_list_pages(&#8216;title_li=&amp;depth=1&amp;exclude=1&#8242;);改成wp_list_pages(&#8216;title_li=&amp;depth=1&amp;exclude=11&#8242;);<br />
就OK了。谢谢您！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-30809</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 12 Aug 2008 02:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-30809</guid>
		<description>wp_list_pages(&#039;title_li=&amp;depth=1&amp;exclude=1&#039;);</description>
		<content:encoded><![CDATA[<p>wp_list_pages(&#8216;title_li=&amp;depth=1&amp;exclude=1&#8242;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-30802</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-30802</guid>
		<description>用 wp_list_pages() 这个函数输出页面的，你可以使用 exclude 这个参数把刚才创建的页面剔除出去。
在我的(header.php)下有个wp_list_pages(&#039;title_li=&amp;depth=1&#039;);，但不知exclude这个参数怎么加近去才能剔除search啊？新建的search页面ID是11。请详细解释一下好吗？希望您的回复，谢谢！</description>
		<content:encoded><![CDATA[<p>用 wp_list_pages() 这个函数输出页面的，你可以使用 exclude 这个参数把刚才创建的页面剔除出去。<br />
在我的(header.php)下有个wp_list_pages(&#8216;title_li=&amp;depth=1&#8242;);，但不知exclude这个参数怎么加近去才能剔除search啊？新建的search页面ID是11。请详细解释一下好吗？希望您的回复，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-30801</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-30801</guid>
		<description>用 wp_list_pages() 这个函数输出页面的，你可以使用 exclude 这个参数把刚才创建的页面剔除出去。
在我的(header.php)下有个，但不知exclude这个参数怎么加近去啊？新建的search页面ID是11。请详细解释一下好吗？希望您的回复，谢谢！</description>
		<content:encoded><![CDATA[<p>用 wp_list_pages() 这个函数输出页面的，你可以使用 exclude 这个参数把刚才创建的页面剔除出去。<br />
在我的(header.php)下有个，但不知exclude这个参数怎么加近去啊？新建的search页面ID是11。请详细解释一下好吗？希望您的回复，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Young</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-29349</link>
		<dc:creator>Young</dc:creator>
		<pubDate>Sun, 20 Jul 2008 14:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-29349</guid>
		<description>这个玩意之前没有注意，现在发现很有用。如果花钱买一个Goolge自定义搜素，最少也得100美金/年。</description>
		<content:encoded><![CDATA[<p>这个玩意之前没有注意，现在发现很有用。如果花钱买一个Goolge自定义搜素，最少也得100美金/年。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc0100</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-27278</link>
		<dc:creator>jc0100</dc:creator>
		<pubDate>Wed, 21 May 2008 08:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-27278</guid>
		<description>猪大，就是强啊！！！！好方法 :mrgreen:</description>
		<content:encoded><![CDATA[<p>猪大，就是强啊！！！！好方法 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 轶侠</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-26758</link>
		<dc:creator>轶侠</dc:creator>
		<pubDate>Sun, 11 May 2008 00:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-26758</guid>
		<description>郁闷，又发错地方</description>
		<content:encoded><![CDATA[<p>郁闷，又发错地方</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 轶侠</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-26757</link>
		<dc:creator>轶侠</dc:creator>
		<pubDate>Sun, 11 May 2008 00:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-26757</guid>
		<description>为啥我在2.51装了报错呢，能看到icon，一点就报错。
看了一下你的页面源代码，就只有很少的一段javascript，是不是改过了 :?:</description>
		<content:encoded><![CDATA[<p>为啥我在2.51装了报错呢，能看到icon，一点就报错。<br />
看了一下你的页面源代码，就只有很少的一段javascript，是不是改过了 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_question.gif' alt=':?:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 轶侠</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-26741</link>
		<dc:creator>轶侠</dc:creator>
		<pubDate>Sat, 10 May 2008 13:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-26741</guid>
		<description>谢谢哦，学会一招，真好
不过下面的那个smile我就是用不了，明明表情都显示了，可是点上去就报错
firefox报错说
错误： tinyMCE.selectedInstance has no properties
源文件：http://www.e-xia.com/e-xia/blog/index.php?ak_action=wp_grins_js
行：40
哎~~~~</description>
		<content:encoded><![CDATA[<p>谢谢哦，学会一招，真好<br />
不过下面的那个smile我就是用不了，明明表情都显示了，可是点上去就报错<br />
firefox报错说<br />
错误： tinyMCE.selectedInstance has no properties<br />
源文件：http://www.e-xia.com/e-xia/blog/index.php?ak_action=wp_grins_js<br />
行：40<br />
哎~~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 54geek</title>
		<link>http://fairyfish.net/2008/04/29/integrate-google-custom-search-into-wordpress/comment-page-1/#comment-26524</link>
		<dc:creator>54geek</dc:creator>
		<pubDate>Mon, 05 May 2008 18:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1346#comment-26524</guid>
		<description>一个控制搜索结果页宽度的CSS修改代码：http://www.eryi.org/blog/post/google-co-op-cse-width.html</description>
		<content:encoded><![CDATA[<p>一个控制搜索结果页宽度的CSS修改代码：http://www.eryi.org/blog/post/google-co-op-cse-width.html</p>
]]></content:encoded>
	</item>
</channel>
</rss>

