<?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: adding a search box to float right of branding</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 01:51:23 +0000</pubDate>

<item>
<title>lastraw on "adding a search box to float right of branding"</title>
<link>http://themeshaper.com/forums/topic/adding-a-search-box-to-float-right-of-branding#post-15570</link>
<pubDate>Mon, 13 Sep 2010 20:11:48 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">15570@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This seems to work:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
//Move Menu to top, one hopes
function new_header() {
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,1);
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,9);
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;new_header&#38;#39;);
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,1);
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,2);

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;,3);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I had to add the number 3.&#60;/p&#62;
&#60;p&#62;Leslie
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "adding a search box to float right of branding"</title>
<link>http://themeshaper.com/forums/topic/adding-a-search-box-to-float-right-of-branding#post-15536</link>
<pubDate>Sun, 12 Sep 2010 01:27:12 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">15536@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i think the function is thematic_search_form() and not get_search_form() but i am not 100%
&#60;/p&#62;</description>
</item>
<item>
<title>lastraw on "adding a search box to float right of branding"</title>
<link>http://themeshaper.com/forums/topic/adding-a-search-box-to-float-right-of-branding#post-15516</link>
<pubDate>Fri, 10 Sep 2010 19:19:32 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">15516@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have this now, but want to add a searchbox in the header next to branding&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//Move Menu to top, one hopes
function new_header() {
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,1);
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,9);
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;new_header&#38;#39;);
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,1);
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,2);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I found this by Chris&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function additional_header_content() {
// your stuff goes inside here
}
add_action(&#38;#39;thematic_header&#38;#39;, &#38;#39;additional_header_content&#38;#39;, 6);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and tried &#38;lt;?php get_search_form(); ?&#38;gt;  for the your stuff goes here.&#60;/p&#62;
&#60;p&#62;I also tried widgetizing below_header but couldn't make it work PLUS suddenly I have no search widget!&#60;/p&#62;
&#60;p&#62;I am not having the most brilliant week.&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;Leslie
&#60;/p&#62;</description>
</item>

</channel>
</rss>
