<?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 Drop Down for Navigation</title>
		<link>http://www.themolitor.com/forums/topic/remove-drop-down-for-navigation</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Remove Drop Down for Navigation</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 16:51:05 +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-drop-down-for-navigation" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Remove Drop Down for Navigation"</title>
			<link>http://www.themolitor.com/forums/topic/remove-drop-down-for-navigation#post-2316</link>
			<pubDate>Tue, 22 Feb 2011 16:55:01 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">2316@http://www.themolitor.com/forums/</guid>
			<description><p>If you don't see it, that means the menu is controlled from the "menus" page.
</p></description>
		</item>
		<item>
			<title>dandroff on "Remove Drop Down for Navigation"</title>
			<link>http://www.themolitor.com/forums/topic/remove-drop-down-for-navigation#post-2315</link>
			<pubDate>Tue, 22 Feb 2011 02:49:07 +0000</pubDate>
			<dc:creator>dandroff</dc:creator>
			<guid isPermaLink="false">2315@http://www.themolitor.com/forums/</guid>
			<description><p>hi again molitor!</p>
<p>I can't find these lines in my version of header.php<br />
is this information up to date?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Remove Drop Down for Navigation"</title>
			<link>http://www.themolitor.com/forums/topic/remove-drop-down-for-navigation#post-455</link>
			<pubDate>Wed, 03 Feb 2010 16:30:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">455@http://www.themolitor.com/forums/</guid>
			<description><p>To remove the drop down menu items, do the following...</p>
<ol>
<li>Open "header.php"</li>
<li>Locate the following items in the "dropmenu"...<br /> <code>&#60;?php wp_list_cats(&#39;exclude=&#39;. $the_cat .&#39;&#39;); ?&#62;</code><br /> and<br /> <code>&#60;?php wp_list_pages(&#39;sort_column=menu_order&#38;exclude=&#39;. $the_page .&#39;&#38;title_li=&#39;); ?&#62;</code></li>
<li>add "&#38;depth=1" to each so that they look like this...<br /> <code>&#60;?php wp_list_cats(&#39;exclude=&#39;. $the_cat .&#39;&#38;depth=1&#39;); ?&#62;</code><br /> and<br /> <code>&#60;?php wp_list_pages(&#39;sort_column=menu_order&#38;exclude=&#39;. $the_page .&#39;&#38;title_li=&#38;depth=1&#39;); ?&#62;</code></li>
<li>that's it!</li>
</ol></description>
		</item>

	</channel>
</rss>
