<?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: Subnav Question</title>
		<link>http://www.themolitor.com/forums/topic/subnav-question</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Subnav Question</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 17:48:06 +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/subnav-question" rel="self" type="application/rss+xml" />

		<item>
			<title>realestate11 on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-9574</link>
			<pubDate>Wed, 02 May 2012 10:29:33 +0000</pubDate>
			<dc:creator>realestate11</dc:creator>
			<guid isPermaLink="false">9574@http://www.themolitor.com/forums/</guid>
			<description><p>That did the trick. Thanks for all your help.
</p></description>
		</item>
		<item>
			<title>giovanny on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-9573</link>
			<pubDate>Wed, 02 May 2012 10:04:29 +0000</pubDate>
			<dc:creator>giovanny</dc:creator>
			<guid isPermaLink="false">9573@http://www.themolitor.com/forums/</guid>
			<description><p>You ned to hide it in the css file. so .priceEntry {display:none;}
</p></description>
		</item>
		<item>
			<title>realestate11 on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-9572</link>
			<pubDate>Wed, 02 May 2012 09:55:22 +0000</pubDate>
			<dc:creator>realestate11</dc:creator>
			<guid isPermaLink="false">9572@http://www.themolitor.com/forums/</guid>
			<description><p>Wow that was excellent. I really appreciate you taking the time to send this to me. I'm a newbie at coding so please forgive my ignorance. I used a combination of what you pasted above and the advance custom fields plugin to get the new tab to display. The problem I'm having now is that the toggle is 'open' whenever the post loads. Below is what I have.</p>
<p>&#60;div id="priceToggle" class="toggleButton closed"&#62;&#60;span&#62;+&#60;/span&#62;Price&#60;/div&#62;<br />
		&#60;div class="priceEntry"&#62;<br />
		&#60;p id='postAddr'&#62;<br />
		&#60;p&#62;<br />
		&#60;?php echo get_field('price'); ?&#62;<br />
		&#60;/p&#62;<br />
		&#60;/p&#62;<br />
		&#60;/div&#62;&#60;!--end entry--&#62;</p>
<p>I have the class='toggleButton closed&#62; but it's still showing up opened when the post is loaded. Thanks again for your help!
</p></description>
		</item>
		<item>
			<title>realestate11 on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-9571</link>
			<pubDate>Wed, 02 May 2012 09:54:40 +0000</pubDate>
			<dc:creator>realestate11</dc:creator>
			<guid isPermaLink="false">9571@http://www.themolitor.com/forums/</guid>
			<description><p>Wow that was excellent. I really appreciate you taking the time to send this to me. I'm a newbie at coding so please forgive my ignorance. I used a combination of what you pasted above and the advance custom fields plugin to get the new tab to display. The problem I'm having now is that the toggle is 'open' whenever the post loads. Below is what I have.</p>
<p>&#60;div id="priceToggle" class="toggleButton closed"&#62;&#60;span&#62;+&#60;/span&#62;Price&#60;/div&#62;<br />
		&#60;div class="priceEntry"&#62;<br />
		&#60;p id='postAddr'&#62;<br />
		&#60;p&#62;<br />
		&#60;?php echo get_field('price'); ?&#62;<br />
		&#60;/p&#62;<br />
		&#60;/p&#62;<br />
		&#60;/div&#62;&#60;!--end entry--&#62;</p>
<p>I have the class='toggleButton closed&#62; but it's still showing up opened when the post is loaded. Thanks again for your help!
</p></description>
		</item>
		<item>
			<title>giovanny on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-9558</link>
			<pubDate>Tue, 01 May 2012 21:59:40 +0000</pubDate>
			<dc:creator>giovanny</dc:creator>
			<guid isPermaLink="false">9558@http://www.themolitor.com/forums/</guid>
			<description><p>I handed coded this on the single.php page</p>
<p>		&#60;div id="menuToggle" class="toggleButton closed"&#62;&#60;span&#62;&#215;&#60;/span&#62;Menu&#60;/div&#62;<br />
		&#60;div class="menuEntry"&#62;<br />
			&#60;p id='postAddr'&#62;<br />
				&#60;p&#62;<br />
				&#60;?php if(get_post_meta($post-&#62;ID, 'lunch', true)) { echo 'Lunch Menu: <a href="'.$lunch.'">Click Here To View</a><br />'; } ?&#62;<br />
				&#60;?php if(get_post_meta($post-&#62;ID, 'dinner', true)) { echo 'Dinner Menu: <a href="'.$dinner.'">Click Here To View</a><br />'; } ?&#62;<br />
				&#160;&#60;/p&#62;<br />
			&#60;/p&#62;<br />
       	&#60;/div&#62;&#60;!--end entry--&#62;</p>
<p>And then in the .css I display:none to .menuEntry
</p></description>
		</item>
		<item>
			<title>realestate11 on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-9557</link>
			<pubDate>Tue, 01 May 2012 21:51:24 +0000</pubDate>
			<dc:creator>realestate11</dc:creator>
			<guid isPermaLink="false">9557@http://www.themolitor.com/forums/</guid>
			<description><p>Giovanny,</p>
<p>I have been trying to add additional tabs to the details portion of a page/post. Just like you've done with the "about" "menu" and "reservation" tabs. Would you mind sharing how you achieved this? It would be really appreciated.
</p></description>
		</item>
		<item>
			<title>Justin on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-8867</link>
			<pubDate>Wed, 11 Apr 2012 17:59:21 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8867@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there!</p>
<p>Great use of the theme :)  You can't display a Post as a sub-nav item dynamically.  What you could do though, is add Custom Links to your Menu Manager under the Restaurants Category.  You would need to link each Custom Link to the Blog Post that you want...</p>
<p>Again, not dynamic, but a way to accomplish it!  Good luck.</p>
<p>Justin
</p></description>
		</item>
		<item>
			<title>giovanny on "Subnav Question"</title>
			<link>http://www.themolitor.com/forums/topic/subnav-question#post-8834</link>
			<pubDate>Tue, 10 Apr 2012 19:30:06 +0000</pubDate>
			<dc:creator>giovanny</dc:creator>
			<guid isPermaLink="false">8834@http://www.themolitor.com/forums/</guid>
			<description><p>Greetings, I have a Category called Restaurants and I want to show all the post titles within this Category as subnav. How do I go about doing this?</p>
<p>You can see the site here: <a href="http://ionicstudios.com/preview/map/" rel="nofollow">http://ionicstudios.com/preview/map/</a></p>
<p>Thanks in advance!
</p></description>
		</item>

	</channel>
</rss>
