<?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: Header Menu</title>
		<link>http://www.themolitor.com/forums/topic/header-menu</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Header Menu</description>
		<language>en-US</language>
		<pubDate>Mon, 25 May 2026 19:07:57 +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/header-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Header Menu"</title>
			<link>http://www.themolitor.com/forums/topic/header-menu#post-26930</link>
			<pubDate>Tue, 04 Feb 2014 10:44:13 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26930@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>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>martin_constable on "Header Menu"</title>
			<link>http://www.themolitor.com/forums/topic/header-menu#post-26914</link>
			<pubDate>Tue, 04 Feb 2014 08:23:40 +0000</pubDate>
			<dc:creator>martin_constable</dc:creator>
			<guid isPermaLink="false">26914@http://www.themolitor.com/forums/</guid>
			<description><p>Could you tell me how to remove the search box facility from the header menu please as I just require the menu text links?
</p></description>
		</item>

	</channel>
</rss>
