<?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: What controls category navigation?</title>
		<link>http://www.themolitor.com/forums/topic/what-controls-category-navigation</link>
		<description>THE MOLITOR FORUMS &#187; Topic: What controls category navigation?</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 10:45:18 +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/what-controls-category-navigation" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "What controls category navigation?"</title>
			<link>http://www.themolitor.com/forums/topic/what-controls-category-navigation#post-21542</link>
			<pubDate>Mon, 17 Jun 2013 14:24:30 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21542@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but that goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research, testing and custom code then I have to refer you to the customization request form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>SRD on "What controls category navigation?"</title>
			<link>http://www.themolitor.com/forums/topic/what-controls-category-navigation#post-21513</link>
			<pubDate>Sun, 16 Jun 2013 19:26:38 +0000</pubDate>
			<dc:creator>SRD</dc:creator>
			<guid isPermaLink="false">21513@http://www.themolitor.com/forums/</guid>
			<description><p>I have also tried hard-coding 'include'ing the categories I want, and 'exclude'ing the categories I don't want.</p>
<p>Here is the updated index.php:<br />
<a href="http://pastebin.com/LAdxP0rY" rel="nofollow">http://pastebin.com/LAdxP0rY</a></p>
<p>However, only Lunch remains displayed on the front end.
</p></description>
		</item>
		<item>
			<title>SRD on "What controls category navigation?"</title>
			<link>http://www.themolitor.com/forums/topic/what-controls-category-navigation#post-21503</link>
			<pubDate>Fri, 14 Jun 2013 23:45:54 +0000</pubDate>
			<dc:creator>SRD</dc:creator>
			<guid isPermaLink="false">21503@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I have fixed the PHP exception, but now the front end is only producing posts and menu entry for one category, not all categories.</p>
<p>This is the live site:<br />
<a href="http://www.bibandtucker.net.au/test/" rel="nofollow">http://www.bibandtucker.net.au/test/</a></p>
<p>This is my child theme's index.php:<br />
<a href="http://pastebin.com/HGiEth5E" rel="nofollow">http://pastebin.com/HGiEth5E</a></p>
<p>Can you help me?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "What controls category navigation?"</title>
			<link>http://www.themolitor.com/forums/topic/what-controls-category-navigation#post-21485</link>
			<pubDate>Fri, 14 Jun 2013 12:10:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21485@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>SRD on "What controls category navigation?"</title>
			<link>http://www.themolitor.com/forums/topic/what-controls-category-navigation#post-21470</link>
			<pubDate>Thu, 13 Jun 2013 21:09:16 +0000</pubDate>
			<dc:creator>SRD</dc:creator>
			<guid isPermaLink="false">21470@http://www.themolitor.com/forums/</guid>
			<description><p>Cancel that request.  I think index.php controls it right?  </p>
<p>I have altered index.php to operate with 2 levels of categories, and my nav is looking better, except for a PHP exception I need to solve.
</p></description>
		</item>
		<item>
			<title>SRD on "What controls category navigation?"</title>
			<link>http://www.themolitor.com/forums/topic/what-controls-category-navigation#post-21469</link>
			<pubDate>Thu, 13 Jun 2013 20:41:36 +0000</pubDate>
			<dc:creator>SRD</dc:creator>
			<guid isPermaLink="false">21469@http://www.themolitor.com/forums/</guid>
			<description><p>Hi.  </p>
<p>I am building a child theme to Le Maitre 'd which uses 2 levels of subcategories, which is essential to structure the restaurant menu.</p>
<p>I want to only display the 1st level categories in the category menu, which you see first, when you scroll down the page, and not display the 2nd level of categories.  i.e. I have:</p>
<p>&#62;Menu<br />
&#62;&#62;&#62;Breakfast<br />
&#62;&#62;&#62;&#62;&#62;&#62;Food<br />
&#62;&#62;&#62;&#62;&#62;&#62;Sides<br />
&#62;&#62;&#62;&#62;&#62;&#62;Drinks<br />
&#62;&#62;&#62;Lunch<br />
&#62;&#62;&#62;&#62;&#62;&#62;Small<br />
&#62;&#62;&#62;&#62;&#62;&#62;Large<br />
&#62;&#62;&#62;&#62;&#62;&#62;Sides</p>
<p>etc.</p>
<p>Can you tell me what controls the category navigation?  </p>
<p>I will attempt to edit it so that only the 1st level of categories is displayed.
</p></description>
		</item>

	</channel>
</rss>
