<?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 Form without Search Button</title>
	<atom:link href="http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 01:53:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bee</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-499943</link>
		<dc:creator>bee</dc:creator>
		<pubDate>Sat, 14 Nov 2009 09:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-499943</guid>
		<description>can we put google adwords there..??</description>
		<content:encoded><![CDATA[<p>can we put google adwords there..??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-498473</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 27 Oct 2009 21:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-498473</guid>
		<description>Hi - got this working the side-bar - very nice. 

But is it possiple also to have the search box appear directly in a page or post? Either only on the page or on the page and in the sidebar. And can it be inserted directly in the editor?

Thanks, Michael</description>
		<content:encoded><![CDATA[<p>Hi &#8211; got this working the side-bar &#8211; very nice. </p>
<p>But is it possiple also to have the search box appear directly in a page or post? Either only on the page or on the page and in the sidebar. And can it be inserted directly in the editor?</p>
<p>Thanks, Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justina</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-496894</link>
		<dc:creator>Justina</dc:creator>
		<pubDate>Fri, 09 Oct 2009 01:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-496894</guid>
		<description>thanks a lot.. works fine</description>
		<content:encoded><![CDATA[<p>thanks a lot.. works fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SolReka &#124; Dec 21 2012</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-496880</link>
		<dc:creator>SolReka &#124; Dec 21 2012</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-496880</guid>
		<description>Great post, your code does exactly what it says on the tin. It has been surprising how hard this info has been to find on the matrix aka google. So hats off, great job.

I used searchform.php and some css for implementing code into my blog.

Let me know you think.
http://solreka.com/blog

Once again, many thanks for the great post.</description>
		<content:encoded><![CDATA[<p>Great post, your code does exactly what it says on the tin. It has been surprising how hard this info has been to find on the matrix aka google. So hats off, great job.</p>
<p>I used searchform.php and some css for implementing code into my blog.</p>
<p>Let me know you think.<br />
<a href="http://solreka.com/blog" rel="nofollow">http://solreka.com/blog</a></p>
<p>Once again, many thanks for the great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Durham</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-494804</link>
		<dc:creator>Andrew Durham</dc:creator>
		<pubDate>Tue, 15 Sep 2009 11:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-494804</guid>
		<description>No searchform.php file in your theme?

I didn&#039;t have one, either. So I made one. This was easy. I could not figure out how to paste the code in my sidebar.php file. WP looks for a searchform.php file before defaulting to whatever it defaults to.

In my webhosting account&#039;s control panel, I opened the file manager, then went to this directory:
public_html/your_wp_directory_name/wp-content/themes/your_theme_name
Create a new file here
Open file
paste in above code
Save

This can now be modified from WP dashboard (Appearance &gt; Editor &gt; your_theme_name &gt; searchform.php

Thanks for the snippet!</description>
		<content:encoded><![CDATA[<p>No searchform.php file in your theme?</p>
<p>I didn&#8217;t have one, either. So I made one. This was easy. I could not figure out how to paste the code in my sidebar.php file. WP looks for a searchform.php file before defaulting to whatever it defaults to.</p>
<p>In my webhosting account&#8217;s control panel, I opened the file manager, then went to this directory:<br />
public_html/your_wp_directory_name/wp-content/themes/your_theme_name<br />
Create a new file here<br />
Open file<br />
paste in above code<br />
Save</p>
<p>This can now be modified from WP dashboard (Appearance &gt; Editor &gt; your_theme_name &gt; searchform.php</p>
<p>Thanks for the snippet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-482719</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 08 Jul 2009 02:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-482719</guid>
		<description>This method has been confirmed to work with the latest release of WordPress - 2.8</description>
		<content:encoded><![CDATA[<p>This method has been confirmed to work with the latest release of WordPress &#8211; 2.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roderick Lee</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-476649</link>
		<dc:creator>Roderick Lee</dc:creator>
		<pubDate>Sat, 09 May 2009 20:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-476649</guid>
		<description>I was having trouble and getting extremely frustrated making the search button consistent across all browsers.  I stumbled upon this entry and found it very handy.  Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>I was having trouble and getting extremely frustrated making the search button consistent across all browsers.  I stumbled upon this entry and found it very handy.  Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MadMax</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-476183</link>
		<dc:creator>MadMax</dc:creator>
		<pubDate>Sun, 26 Apr 2009 15:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-476183</guid>
		<description>Hello!

Thank you for sharing this great Code!
Very lean solution!
One thing that might help other users:
My theme had no searchform.php, so I just saved your code as searchform.php, put it into my theme folder and it works greatly!!!
I´m not sure if this works for older WP-versions, though.
I think I read somewhere that it´s a new feature of WP 2.7.1 that  automatically searches for a file named searchform.php, but, as I said, I´m not sure if that´s true.

Thanks to you again, greetings, MadMax</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Thank you for sharing this great Code!<br />
Very lean solution!<br />
One thing that might help other users:<br />
My theme had no searchform.php, so I just saved your code as searchform.php, put it into my theme folder and it works greatly!!!<br />
I´m not sure if this works for older WP-versions, though.<br />
I think I read somewhere that it´s a new feature of WP 2.7.1 that  automatically searches for a file named searchform.php, but, as I said, I´m not sure if that´s true.</p>
<p>Thanks to you again, greetings, MadMax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zac</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-472039</link>
		<dc:creator>zac</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-472039</guid>
		<description>Hi.. great bit... thanks for sharing!  I wanted to second John&#039;s request for a way to have this validate.</description>
		<content:encoded><![CDATA[<p>Hi.. great bit&#8230; thanks for sharing!  I wanted to second John&#8217;s request for a way to have this validate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-469894</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 23 Feb 2009 04:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-469894</guid>
		<description>This code modification has been tested in the latest release of WordPress (2.7.1)</description>
		<content:encoded><![CDATA[<p>This code modification has been tested in the latest release of WordPress (2.7.1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Baker</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-469050</link>
		<dc:creator>John Baker</dc:creator>
		<pubDate>Thu, 12 Feb 2009 16:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-469050</guid>
		<description>This works fine, and seems like a great solution.
Only when I try to validate my site, W3C throws up a couple of problems which I can&#039;t seem to fix. Is it possible to reformat the code so that it validates?</description>
		<content:encoded><![CDATA[<p>This works fine, and seems like a great solution.<br />
Only when I try to validate my site, W3C throws up a couple of problems which I can&#8217;t seem to fix. Is it possible to reformat the code so that it validates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael-Brazil</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-468072</link>
		<dc:creator>Rafael-Brazil</dc:creator>
		<pubDate>Mon, 19 Jan 2009 14:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-468072</guid>
		<description>Hi i have a question, would appreciate a lot if someone could help me in this....

I&#039;m using WP as CMS and works fine everything BUT, when calling the search function having a little trouble, that is: My site is a multi language site, when searching a item, it still bring me to the default language. i have dutch and english, the default language is dutch, so when someone switch to english and want to search for something the result page shows in dutch, i need to add a something like : if(  isset($_GET[&#039;lang&#039;]) ){echo &#039;&amp;lang=&#039;.$_GET[lang]; }</description>
		<content:encoded><![CDATA[<p>Hi i have a question, would appreciate a lot if someone could help me in this&#8230;.</p>
<p>I&#8217;m using WP as CMS and works fine everything BUT, when calling the search function having a little trouble, that is: My site is a multi language site, when searching a item, it still bring me to the default language. i have dutch and english, the default language is dutch, so when someone switch to english and want to search for something the result page shows in dutch, i need to add a something like : if(  isset($_GET['lang']) ){echo &#8216;&amp;lang=&#8217;.$_GET[lang]; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheAnand</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-463640</link>
		<dc:creator>TheAnand</dc:creator>
		<pubDate>Mon, 01 Dec 2008 09:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-463640</guid>
		<description>Thanks for this great peice of code! combined with advanced search plugin...this solution rocks my clients site.</description>
		<content:encoded><![CDATA[<p>Thanks for this great peice of code! combined with advanced search plugin&#8230;this solution rocks my clients site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-462410</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-462410</guid>
		<description>Hi; and thanks for the script. It&#039;s works but my theme is very old?
I see this when I make a search:

Fatal error: Call to undefined function get_search_form() in /home/extran5/public_html/legales/wp-content/themes/default/sidebar.php on line 12

Do you have any idea to fix this?</description>
		<content:encoded><![CDATA[<p>Hi; and thanks for the script. It&#8217;s works but my theme is very old?<br />
I see this when I make a search:</p>
<p>Fatal error: Call to undefined function get_search_form() in /home/extran5/public_html/legales/wp-content/themes/default/sidebar.php on line 12</p>
<p>Do you have any idea to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-461269</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Sat, 25 Oct 2008 04:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-461269</guid>
		<description>Hi, I just added the code to my blog but the search field it just comes out way too big. I tried to change the height value in the CSS under the width value but it didn`t change anything.

Now the code it look like this:
.search-form input {
  width: 150px;
  height: 30px;
}



What else can I do?</description>
		<content:encoded><![CDATA[<p>Hi, I just added the code to my blog but the search field it just comes out way too big. I tried to change the height value in the CSS under the width value but it didn`t change anything.</p>
<p>Now the code it look like this:<br />
.search-form input {<br />
  width: 150px;<br />
  height: 30px;<br />
}</p>
<p>What else can I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clhmedia</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-461225</link>
		<dc:creator>clhmedia</dc:creator>
		<pubDate>Fri, 24 Oct 2008 03:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-461225</guid>
		<description>is there a way to add different blogs in the php script via a drop down menu or something?

i would like to link three or more WP blogs on same domain (different subdomains) in one search form in wordpress

if anyone knows a way to do this please drop me a line


thanks</description>
		<content:encoded><![CDATA[<p>is there a way to add different blogs in the php script via a drop down menu or something?</p>
<p>i would like to link three or more WP blogs on same domain (different subdomains) in one search form in wordpress</p>
<p>if anyone knows a way to do this please drop me a line</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogesh</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-457467</link>
		<dc:creator>yogesh</dc:creator>
		<pubDate>Sat, 20 Sep 2008 12:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-457467</guid>
		<description>please tell me 
what is the coding of searching the particular product among 100 products in php?? i.e of search button</description>
		<content:encoded><![CDATA[<p>please tell me<br />
what is the coding of searching the particular product among 100 products in php?? i.e of search button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LOmiG</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-456465</link>
		<dc:creator>LOmiG</dc:creator>
		<pubDate>Fri, 12 Sep 2008 06:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-456465</guid>
		<description>thanks for this great code ; and for the way you help loosers like me to implement it on their blog without any pain.

thanks !</description>
		<content:encoded><![CDATA[<p>thanks for this great code ; and for the way you help loosers like me to implement it on their blog without any pain.</p>
<p>thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-454888</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 25 Aug 2008 21:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-454888</guid>
		<description>Cheers for the code snippet. Was number 1 on Google and worked a treat.</description>
		<content:encoded><![CDATA[<p>Cheers for the code snippet. Was number 1 on Google and worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shepherd</title>
		<link>http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/comment-page-1/#comment-317860</link>
		<dc:creator>Shepherd</dc:creator>
		<pubDate>Fri, 23 May 2008 16:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/wordpress-search-form-without-search-button/#comment-317860</guid>
		<description>Thanks for this!</description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
