<?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: WordPress Search Widget &#8211; How to Style It</title>
	<atom:link href="http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it/feed" rel="self" type="application/rss+xml" />
	<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it</link>
	<description>Dynamic WordPress Theme</description>
	<lastBuildDate>Sat, 07 Jan 2012 19:38:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Em!l</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-10226</link>
		<dc:creator>Em!l</dc:creator>
		<pubDate>Thu, 05 Jan 2012 09:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-10226</guid>
		<description>Thankyou so much. This helped a lot. It took awhile before I realised the problem with hiding the Doctype in IE. I put the Hide Search text script in the footer instead. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thankyou so much. This helped a lot. It took awhile before I realised the problem with hiding the Doctype in IE. I put the Hide Search text script in the footer instead. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-9397</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Sun, 18 Dec 2011 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-9397</guid>
		<description>But anyway, it&#039;s a good tutorial. :) Esay to understand, easy to read. Nice job. ;) Thanks</description>
		<content:encoded><![CDATA[<p>But anyway, it&#8217;s a good tutorial. <img src='http://shibashake.com/wordpress-theme/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Esay to understand, easy to read. Nice job. <img src='http://shibashake.com/wordpress-theme/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-9396</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Sun, 18 Dec 2011 11:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-9396</guid>
		<description>You can also add a text-indent css property and use overflow hidden to hide the text. ;-)</description>
		<content:encoded><![CDATA[<p>You can also add a text-indent css property and use overflow hidden to hide the text. <img src='http://shibashake.com/wordpress-theme/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-6791</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Thu, 15 Sep 2011 21:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-6791</guid>
		<description>Thanks! This is a great solution.

I will have to update the tutorial at some point.</description>
		<content:encoded><![CDATA[<p>Thanks! This is a great solution.</p>
<p>I will have to update the tutorial at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @metacowboy</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-6758</link>
		<dc:creator>@metacowboy</dc:creator>
		<pubDate>Wed, 14 Sep 2011 04:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-6758</guid>
		<description>Smal mode to your code at point 4 instead of adding javascript add that before the php end braket of the funktion.php ?&gt; will work and dont brake xmlrpc.php funktion (by sweeper)

// Remove SEARCH Text with GO in Search Box

add_filter(&#039;get_search_form&#039;, &#039;new_search_button&#039;);
function new_search_button($text) {
$text = str_replace(&#039;value=&quot;Search&quot;&#039;, &#039;value=&quot;Go fetch&quot;&#039;, $text);
return $text;
}
&lt;?</description>
		<content:encoded><![CDATA[<p>Smal mode to your code at point 4 instead of adding javascript add that before the php end braket of the funktion.php ?&gt; will work and dont brake xmlrpc.php funktion (by sweeper)</p>
<p>// Remove SEARCH Text with GO in Search Box</p>
<p>add_filter(&#8216;get_search_form&#8217;, &#8216;new_search_button&#8217;);<br />
function new_search_button($text) {<br />
$text = str_replace(&#8216;value=&#8221;Search&#8221;&#8216;, &#8216;value=&#8221;Go fetch&#8221;&#8216;, $text);<br />
return $text;<br />
}<br />
&lt;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @metacowboy</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-6756</link>
		<dc:creator>@metacowboy</dc:creator>
		<pubDate>Wed, 14 Sep 2011 03:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-6756</guid>
		<description>Lovly post and got a realy nice search Box with you help. the only problem now occur is that the point 4. funktion to remove the  Search text will brake XMLR. It got renderd . Have to remove it for now . Probably you could test it by yourself posting from Google Docs via Xmlr or any other client .</description>
		<content:encoded><![CDATA[<p>Lovly post and got a realy nice search Box with you help. the only problem now occur is that the point 4. funktion to remove the  Search text will brake XMLR. It got renderd . Have to remove it for now . Probably you could test it by yourself posting from Google Docs via Xmlr or any other client .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-5361</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 26 Jun 2011 09:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-5361</guid>
		<description>Thanks for your help! I&#039;ve been scratching my head trying to resolve this for ages!</description>
		<content:encoded><![CDATA[<p>Thanks for your help! I&#8217;ve been scratching my head trying to resolve this for ages!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-5228</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Thu, 23 Jun 2011 16:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-5228</guid>
		<description>Thanks for the update Maarten.

Your site looks great - love the design.</description>
		<content:encoded><![CDATA[<p>Thanks for the update Maarten.</p>
<p>Your site looks great &#8211; love the design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-5224</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Thu, 23 Jun 2011 13:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-5224</guid>
		<description>Thanks for the fix, though in my case I had to look for something else.

In later versions of Wordpress there is no searchform.php. What I did to remove the &#039;search for&#039; text was the following:

I went to the general_template.php file; there you look for the search form if there is no searchform.php. Somewhere between line 124 and 170 depending on which version of Wordpress one uses.

I deleted the following part:
&#039; . __(&#039;Search for:&#039;) . &#039;

This worked for me. Hopes this helps people.

FYI www.2travel4ever.com is still being filled with content.</description>
		<content:encoded><![CDATA[<p>Thanks for the fix, though in my case I had to look for something else.</p>
<p>In later versions of WordPress there is no searchform.php. What I did to remove the &#8216;search for&#8217; text was the following:</p>
<p>I went to the general_template.php file; there you look for the search form if there is no searchform.php. Somewhere between line 124 and 170 depending on which version of WordPress one uses.</p>
<p>I deleted the following part:<br />
&#8216; . __(&#8216;Search for:&#8217;) . &#8216;</p>
<p>This worked for me. Hopes this helps people.</p>
<p>FYI <a href="http://www.2travel4ever.com" rel="nofollow">http://www.2travel4ever.com</a> is still being filled with content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-search-widget-how-to-style-it#comment-3611</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Fri, 13 May 2011 14:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1156#comment-3611</guid>
		<description>Great that you got it to work! You have some great artwork and designs.</description>
		<content:encoded><![CDATA[<p>Great that you got it to work! You have some great artwork and designs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/26 queries in 0.235 seconds using disk: basic
Object Caching 458/482 objects using disk: basic

Served from: shibashake.com @ 2012-01-08 03:53:10 -->
