<?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: How to integrate Google search into WordPress site</title>
	<atom:link href="http://www.rarst.net/script/google-search-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rarst.net/script/google-search-in-wordpress/</link>
	<description>cynical thoughts on software and web</description>
	<lastBuildDate>Tue, 22 May 2012 09:35:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Roshith</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-54087</link>
		<dc:creator>Roshith</dc:creator>
		<pubDate>Wed, 27 Oct 2010 14:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-54087</guid>
		<description>Thanks, i am searching for such a search in wordpress</description>
		<content:encoded><![CDATA[<p>Thanks, i am searching for such a search in wordpress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-48552</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Tue, 05 Oct 2010 15:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-48552</guid>
		<description>&lt;a href=&quot;#comment-48539&quot;&gt;&lt;strong&gt;@Peter&lt;/strong&gt;&lt;/a&gt;

Seems to work nicely! You might also play with color/theme settings in CSE (there had been some improvements to those since this post) so that it fits with rest of site better.

Also I am planning to implement some advanced custom view features in CSE for this blog (new theme live at last) so stay tuned for possible posts on that. :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-48539"><strong>@Peter</strong></a></p>
<p>Seems to work nicely! You might also play with color/theme settings in CSE (there had been some improvements to those since this post) so that it fits with rest of site better.</p>
<p>Also I am planning to implement some advanced custom view features in CSE for this blog (new theme live at last) so stay tuned for possible posts on that. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Netz Lassen</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-48539</link>
		<dc:creator>Peter Netz Lassen</dc:creator>
		<pubDate>Tue, 05 Oct 2010 14:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-48539</guid>
		<description>Hi Rarst,

I added the WordPress dirs directly into the CSE Google Custom Search Engine(Exclude section)

And also blocked other robots with the robots.txt file! Thx for reminding me!!

Check out the new design and podcasts at &lt;a href=&quot;http://www.selfdiscovery.dk/&quot;&gt;www.selfdiscovery.dk&lt;/a&gt; (in English) by Annemarie Doolin</description>
		<content:encoded><![CDATA[<p>Hi Rarst,</p>
<p>I added the WordPress dirs directly into the CSE Google Custom Search Engine(Exclude section)</p>
<p>And also blocked other robots with the robots.txt file! Thx for reminding me!!</p>
<p>Check out the new design and podcasts at <a href="http://www.selfdiscovery.dk/">http://www.selfdiscovery.dk</a> (in English) by Annemarie Doolin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-38592</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Fri, 10 Sep 2010 16:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-38592</guid>
		<description>@Self Discovery

Yep, Google indexes a lot of not so obvious stuff if it can.

Did you add these exclusions in CSE settings? It might be better to create robots.txt and block sensitive parts from search engines completely.</description>
		<content:encoded><![CDATA[<p>@Self Discovery</p>
<p>Yep, Google indexes a lot of not so obvious stuff if it can.</p>
<p>Did you add these exclusions in CSE settings? It might be better to create robots.txt and block sensitive parts from search engines completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Self Discovery</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-38555</link>
		<dc:creator>Self Discovery</dc:creator>
		<pubDate>Fri, 10 Sep 2010 14:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-38555</guid>
		<description>Hi,

After install ... I tested it from a normal front page (non WP)
And the search found some FLASH in a plugin (VIPERS) and some stuff in my themes...

So I excluded the paths
/wp-Admin/*
/wp-content/plugins/*
/wp-content/themes/*
/wp-content/uploads/*
and
/wp-content/secret-stuff/*
/wp-content/sell-stuff-mp3/*

I also added exclude
/blog/config*
and /config*

Is this correct - Alone the line and is there more dir that I need to exclude?

Peter</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>After install &#8230; I tested it from a normal front page (non WP)<br />
And the search found some FLASH in a plugin (VIPERS) and some stuff in my themes&#8230;</p>
<p>So I excluded the paths<br />
/wp-Admin/*<br />
/wp-content/plugins/*<br />
/wp-content/themes/*<br />
/wp-content/uploads/*<br />
and<br />
/wp-content/secret-stuff/*<br />
/wp-content/sell-stuff-mp3/*</p>
<p>I also added exclude<br />
/blog/config*<br />
and /config*</p>
<p>Is this correct &#8211; Alone the line and is there more dir that I need to exclude?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishan@ILoveFreeSoftware</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-15757</link>
		<dc:creator>Ishan@ILoveFreeSoftware</dc:creator>
		<pubDate>Tue, 23 Feb 2010 01:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-15757</guid>
		<description>Yea, that was the function I was trying but it starts showing sidebar as well. I have contacted my theme designer to see what&#039;s wrong. Thanks for offering to help :)</description>
		<content:encoded><![CDATA[<p>Yea, that was the function I was trying but it starts showing sidebar as well. I have contacted my theme designer to see what&#8217;s wrong. Thanks for offering to help :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-15754</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-15754</guid>
		<description>@Ishan

I think it should be get_footer(); Drop me email if you want me to look into it properly. :)</description>
		<content:encoded><![CDATA[<p>@Ishan</p>
<p>I think it should be get_footer(); Drop me email if you want me to look into it properly. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishan@ILoveFreeSoftware</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-15751</link>
		<dc:creator>Ishan@ILoveFreeSoftware</dc:creator>
		<pubDate>Mon, 22 Feb 2010 20:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-15751</guid>
		<description>You are right - the search results do not have footer. I tried using post_footer() function (or something like that), but it started showing sidebar as well. I did not get a chance to research that which function should I use to just show footer and not sidebar. Anything that you know at top of your head ?</description>
		<content:encoded><![CDATA[<p>You are right &#8211; the search results do not have footer. I tried using post_footer() function (or something like that), but it started showing sidebar as well. I did not get a chance to research that which function should I use to just show footer and not sidebar. Anything that you know at top of your head ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-15737</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-15737</guid>
		<description>@Ishan

Shows nicely at your blog, but I think you lost footer. :) At least it is missing for me in search results page.</description>
		<content:encoded><![CDATA[<p>@Ishan</p>
<p>Shows nicely at your blog, but I think you lost footer. :) At least it is missing for me in search results page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishan@ILoveFreeSoftware</title>
		<link>http://www.rarst.net/script/google-search-in-wordpress/#comment-15719</link>
		<dc:creator>Ishan@ILoveFreeSoftware</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rarst.net/?p=569#comment-15719</guid>
		<description>Today I finally decided to take the plunge, and show the results within my website. Came to this post, and followed steps closely. Got stuck on &quot;Set up search results page&quot; step ( I am terrible in PHP). Then, found following link that explains this step extremely easily:

http://www.lancelhoff.com/search-results-within-wordpress/

.. and voila, I am all set. It looks beautiful :)</description>
		<content:encoded><![CDATA[<p>Today I finally decided to take the plunge, and show the results within my website. Came to this post, and followed steps closely. Got stuck on &#8220;Set up search results page&#8221; step ( I am terrible in PHP). Then, found following link that explains this step extremely easily:</p>
<p><a href="http://www.lancelhoff.com/search-results-within-wordpress/">http://www.lancelhoff.com/search-results-within-wordpress/</a></p>
<p>.. and voila, I am all set. It looks beautiful :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

