<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: How i can put the search box in the header area?</title>
		<link>http://www.kriesi.at/support/topic/how-i-can-put-the-search-box-in-the-header-area</link>
		<description>Support Forum - Topic: How i can put the search box in the header area?</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 00:17:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-i-can-put-the-search-box-in-the-header-area" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How i can put the search box in the header area?"</title>
			<link>http://www.kriesi.at/support/topic/how-i-can-put-the-search-box-in-the-header-area#post-88737</link>
			<pubDate>Tue, 18 Dec 2012 08:53:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up header.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;main_menu&#38;#39; data-selectname=&#38;#39;&#38;quot;.__(&#38;#39;Select a page&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
						$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;);
						wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;main_menu&#38;#39; data-selectname=&#38;#39;&#38;quot;.__(&#38;#39;Select a page&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
						$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;);
						wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

						get_search_form();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code will add the search form below your menu - you can also insert the get_search_form() function before the menu code. Maybe some additional css styling is required but obviously this depends on your website content &#38;amp; design.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbrandt on "How i can put the search box in the header area?"</title>
			<link>http://www.kriesi.at/support/topic/how-i-can-put-the-search-box-in-the-header-area#post-88701</link>
			<pubDate>Tue, 18 Dec 2012 00:31:53 +0000</pubDate>
			<dc:creator>mbrandt</dc:creator>
			<guid isPermaLink="false">88701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I use 95% full width templates and won´t put the searchbx in the footer.&#60;/p&#62;
&#60;p&#62;What can i do?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
