<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Remove search from header</title>
		<link>http://www.themolitor.com/forums/topic/remove-search-from-header</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Remove search from header</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 15:25:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/remove-search-from-header" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Remove search from header"</title>
			<link>http://www.themolitor.com/forums/topic/remove-search-from-header#post-31586</link>
			<pubDate>Tue, 28 Oct 2014 09:25:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31586@http://www.themolitor.com/forums/</guid>
			<description><p>You bet!
</p></description>
		</item>
		<item>
			<title>Craigus on "Remove search from header"</title>
			<link>http://www.themolitor.com/forums/topic/remove-search-from-header#post-31576</link>
			<pubDate>Tue, 28 Oct 2014 04:46:46 +0000</pubDate>
			<dc:creator>Craigus</dc:creator>
			<guid isPermaLink="false">31576@http://www.themolitor.com/forums/</guid>
			<description><p>Great!</p>
<p>Thank you.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Remove search from header"</title>
			<link>http://www.themolitor.com/forums/topic/remove-search-from-header#post-31559</link>
			<pubDate>Mon, 27 Oct 2014 10:17:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31559@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Open up functions.php and remove the following on lines 38-49...</p>
<pre><code>////////////////////////////
//SEARCH FORM IN MENU
////////////////////////////
add_filter(&#039;wp_nav_menu_items&#039;, &#039;add_search_form&#039;, 10, 2);

function add_search_form($items, $args) {
	if( $args-&#62;theme_location == &#039;header&#039; ){
		$searchForm = &#039;&#60;li class=&#34;menuSearch&#34;&#62;&#60;form role=&#34;search&#34; method=&#34;get&#34; class=&#34;searchform&#34; action=&#34;&#039;.home_url( &#039;/&#039; ).&#039;&#34;&#62;&#60;input type=&#34;text&#34; value=&#34;&#34; name=&#34;s&#34; class=&#34;searchText&#34; id=&#34;topInput&#34; /&#62;&#60;i class=&#34;icon-search open&#34;&#62;&#60;/i&#62;&#60;/form&#62;&#60;/li&#62;&#039;;
    	$items = $items.$searchForm;
    }
    return $items;
}</code></pre>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Craigus on "Remove search from header"</title>
			<link>http://www.themolitor.com/forums/topic/remove-search-from-header#post-31544</link>
			<pubDate>Sun, 26 Oct 2014 04:18:16 +0000</pubDate>
			<dc:creator>Craigus</dc:creator>
			<guid isPermaLink="false">31544@http://www.themolitor.com/forums/</guid>
			<description><p>Could you tell me how to remove the search from the header please.</p>
<p>Thank you
</p></description>
		</item>

	</channel>
</rss>
