<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: search bar above menu</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 18 Jun 2013 23:37:59 +0000</pubDate>

<item>
<title>helgatheviking on "search bar above menu"</title>
<link>http://themeshaper.com/forums/topic/search-bar-above-menu#post-25925</link>
<pubDate>Wed, 14 Mar 2012 18:23:37 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25925@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;sidenote, i think you can just call get_search_form() in you function and the search form will be displayed.
&#60;/p&#62;</description>
</item>
<item>
<title>Jakob_at_dox on "search bar above menu"</title>
<link>http://themeshaper.com/forums/topic/search-bar-above-menu#post-25917</link>
<pubDate>Wed, 14 Mar 2012 13:53:56 +0000</pubDate>
<dc:creator>Jakob_at_dox</dc:creator>
<guid isPermaLink="false">25917@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks, that's perfect!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "search bar above menu"</title>
<link>http://themeshaper.com/forums/topic/search-bar-above-menu#post-25915</link>
<pubDate>Wed, 14 Mar 2012 13:51:09 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25915@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;check out the priority numbers for the functions on thematic_header()&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bluemandala.com/thematic/thematic-structure.html&#34; rel=&#34;nofollow&#34;&#62;www.bluemandala.com/thematic/thematic-structure.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>bogh on "search bar above menu"</title>
<link>http://themeshaper.com/forums/topic/search-bar-above-menu#post-25912</link>
<pubDate>Wed, 14 Mar 2012 11:47:16 +0000</pubDate>
<dc:creator>bogh</dc:creator>
<guid isPermaLink="false">25912@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have done this code for the search box, it has a button and the &#34;search&#34; text inside the input.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function searchbox(){?&#38;gt;
&#38;lt;div id=&#38;quot;overheader&#38;quot;&#38;gt;
    &#38;lt;form id=&#38;quot;searchform&#38;quot; method=&#38;quot;get&#38;quot; action=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;
        &#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;s&#38;quot; id=&#38;quot;s&#38;quot; class=&#38;quot;search_text&#38;quot; size=&#38;quot;15&#38;quot; value=&#38;quot;search&#38;quot; onfocus=&#38;quot;if(this.value==&#38;#39;search&#38;#39;){this.value=&#38;#39;&#38;#39;}&#38;quot; onblur=&#38;quot;if(this.value==&#38;#39;&#38;#39;){this.value=&#38;#39;search&#38;#39;}&#38;quot; /&#38;gt;
        &#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;&#38;quot; class=&#38;quot;search_button&#38;quot; /&#38;gt;
    &#38;lt;/form&#38;gt;

&#38;lt;/div&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;searchbox&#38;#39;,0);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>bogh on "search bar above menu"</title>
<link>http://themeshaper.com/forums/topic/search-bar-above-menu#post-25911</link>
<pubDate>Wed, 14 Mar 2012 11:43:23 +0000</pubDate>
<dc:creator>bogh</dc:creator>
<guid isPermaLink="false">25911@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Try with a number after 'add_search', the number sets the position, the number for the menu is 9&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function add_search(){
include (TEMPLATEPATH . &#38;#39;/searchform.php&#38;#39;);
}
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;add_search&#38;#39;,1);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Jakob_at_dox on "search bar above menu"</title>
<link>http://themeshaper.com/forums/topic/search-bar-above-menu#post-25909</link>
<pubDate>Wed, 14 Mar 2012 10:26:53 +0000</pubDate>
<dc:creator>Jakob_at_dox</dc:creator>
<guid isPermaLink="false">25909@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'm using this code to add a search bar to my header. Trouble is that it's placed BELOW the menu and i need to place it above.&#60;/p&#62;
&#60;p&#62;function add_search(){&#60;br /&#62;
include (TEMPLATEPATH . '/searchform.php');&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_header','add_search');&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
