<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Goodbye, headaches.  Hello, menus!</title>
	<atom:link href="http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:19:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-599585</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 09 Feb 2012 15:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-599585</guid>
		<description>Well, this page has a ton of information but I&#039;m not sure if it&#039;s applicable to what I want.  I&#039;m hoping someone can respond here to help me out.

I have a header with a main navigation menu and it works fine.  I have created a second menu in the appearance/menu section of the WP admin panel.

All I want to do, is have a way to show the second menu, in the BODY portion of specific pages.  The header and main menu will still be there, but I want another menu a bit down the page that I can use just to navigate through some pages that are all related so I don&#039;t clutter up my main menu.

Is there a simple way to do this?  Am I just overlooking something up above?  I&#039;m just not sure how much of the stuff in this post is relevant to what I&#039;m trying to do .

Any help would be most appreciated.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Well, this page has a ton of information but I&#8217;m not sure if it&#8217;s applicable to what I want.  I&#8217;m hoping someone can respond here to help me out.</p>
<p>I have a header with a main navigation menu and it works fine.  I have created a second menu in the appearance/menu section of the WP admin panel.</p>
<p>All I want to do, is have a way to show the second menu, in the BODY portion of specific pages.  The header and main menu will still be there, but I want another menu a bit down the page that I can use just to navigate through some pages that are all related so I don&#8217;t clutter up my main menu.</p>
<p>Is there a simple way to do this?  Am I just overlooking something up above?  I&#8217;m just not sure how much of the stuff in this post is relevant to what I&#8217;m trying to do .</p>
<p>Any help would be most appreciated.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Mahalu</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-588140</link>
		<dc:creator>Eran Mahalu</dc:creator>
		<pubDate>Thu, 02 Feb 2012 20:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-588140</guid>
		<description>Hi and thanks for the tutorial. I have one issue with it, though:
When I define a primary and secondary menu in the functions.php, and then call the secondary menu in a specific page - it shows both menus combined. How do I avoid it?</description>
		<content:encoded><![CDATA[<p>Hi and thanks for the tutorial. I have one issue with it, though:<br />
When I define a primary and secondary menu in the functions.php, and then call the secondary menu in a specific page &#8211; it shows both menus combined. How do I avoid it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-554572</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Sat, 07 Jan 2012 15:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-554572</guid>
		<description>To best answer that question, you should read my tutorial on &lt;a href=&quot;http://justintadlock.com/archives/2010/12/30/wordpress-theme-function-files&quot; title=&quot;WordPress theme function files&quot; rel=&quot;nofollow&quot;&gt;theme functions.php files&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>To best answer that question, you should read my tutorial on <a href="http://justintadlock.com/archives/2010/12/30/wordpress-theme-function-files" title="WordPress theme function files" rel="nofollow">theme functions.php files</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomadone</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-554503</link>
		<dc:creator>nomadone</dc:creator>
		<pubDate>Sat, 07 Jan 2012 14:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-554503</guid>
		<description>I know this is an old tut, an excellent one at that most people are linking back to this as one of the original intros.

I&#039;m trying to figure out the exact relevance of

&lt;pre&gt;&lt;code&gt;add_action( &#039;init&#039;, &#039;register_my_menus&#039; );
function register_my_menus()&lt;/code&gt;&lt;/pre&gt;

Is it necessary to create and initialize an additional function? What is the purpose of doing so. I see quite a few tutorials recommending this but none explaining exactly why or what the consequences of not doing so could be.</description>
		<content:encoded><![CDATA[<p>I know this is an old tut, an excellent one at that most people are linking back to this as one of the original intros.</p>
<p>I&#8217;m trying to figure out the exact relevance of</p>
<pre><code>add_action( 'init', 'register_my_menus' );
function register_my_menus()</code></pre>
<p>Is it necessary to create and initialize an additional function? What is the purpose of doing so. I see quite a few tutorials recommending this but none explaining exactly why or what the consequences of not doing so could be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-554495</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sat, 07 Jan 2012 14:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-554495</guid>
		<description>I&#039;m a rookie in theme building for WordPress, so this article really helped me out. Thanks for the clear explanation</description>
		<content:encoded><![CDATA[<p>I&#8217;m a rookie in theme building for WordPress, so this article really helped me out. Thanks for the clear explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Henrik</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-548352</link>
		<dc:creator>Ole Henrik</dc:creator>
		<pubDate>Tue, 03 Jan 2012 12:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-548352</guid>
		<description>Hi,

I have searched for two days without finding out how I add custom post types to the admin menu screen. 

I&#039;m looking through the nav-menu.php file but its hard to figure out how to register a new post type in there. 

Please let me know if you have done this before or got any tips at all.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have searched for two days without finding out how I add custom post types to the admin menu screen. </p>
<p>I&#8217;m looking through the nav-menu.php file but its hard to figure out how to register a new post type in there. </p>
<p>Please let me know if you have done this before or got any tips at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customize my Wordpress Navigation Bar &#124;</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-541317</link>
		<dc:creator>Customize my Wordpress Navigation Bar &#124;</dc:creator>
		<pubDate>Fri, 30 Dec 2011 20:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-541317</guid>
		<description>[...] Here is a link to a nicely done explanation: http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is a link to a nicely done explanation: <a href="http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus" rel="nofollow">http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shajjad</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-515020</link>
		<dc:creator>Shajjad</dc:creator>
		<pubDate>Mon, 12 Dec 2011 11:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-515020</guid>
		<description>Thanks for a great and great post. Its may be more that 5 times that i am visiting your website for adding wp 3.0 navigation for wordpress.
But its first time i am commenting,,
Again thanks for this awesome post.

Shajjad, Bangladesh</description>
		<content:encoded><![CDATA[<p>Thanks for a great and great post. Its may be more that 5 times that i am visiting your website for adding wp 3.0 navigation for wordpress.<br />
But its first time i am commenting,,<br />
Again thanks for this awesome post.</p>
<p>Shajjad, Bangladesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadja von Massow</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-510692</link>
		<dc:creator>Nadja von Massow</dc:creator>
		<pubDate>Thu, 08 Dec 2011 17:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-510692</guid>
		<description>Unfortunately, custom menus are messing with any shortcode or plugin that requires a sorting order other than ASC. After eliminating all possible problems and hickups, I found out that only the default menu allows for a certain short code arguments to be accepted.

I.e. various plugins that allow to display / pull in category posts into a page or post, or even template tags that do the same. All sort-orders suddenly default to &quot;ASC&quot; and cannot be overwritten. It only seems to remain fine within category pages themselves.</description>
		<content:encoded><![CDATA[<p>Unfortunately, custom menus are messing with any shortcode or plugin that requires a sorting order other than ASC. After eliminating all possible problems and hickups, I found out that only the default menu allows for a certain short code arguments to be accepted.</p>
<p>I.e. various plugins that allow to display / pull in category posts into a page or post, or even template tags that do the same. All sort-orders suddenly default to &#8220;ASC&#8221; and cannot be overwritten. It only seems to remain fine within category pages themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-501330</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 01 Dec 2011 23:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-501330</guid>
		<description>I&#039;m new to wordpress......

I&#039;m working on an iMac using MAMP Pro to create and debug my website - I have created a very large &quot;Custom Menu&quot; in WP3. Now that I am moving the site to a test domain so the client can review the new new menu layout - all is well with the look of site (theme) but no custom menus.

I did the export / import tool - am I missing something or do I need to recreate the custom menu and the new server??????

One would think &quot;export site and all of your settings&quot; would be ALL OF YOUR SETTINGS not just some.

Please help!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to wordpress&#8230;&#8230;</p>
<p>I&#8217;m working on an iMac using MAMP Pro to create and debug my website &#8211; I have created a very large &#8220;Custom Menu&#8221; in WP3. Now that I am moving the site to a test domain so the client can review the new new menu layout &#8211; all is well with the look of site (theme) but no custom menus.</p>
<p>I did the export / import tool &#8211; am I missing something or do I need to recreate the custom menu and the new server??????</p>
<p>One would think &#8220;export site and all of your settings&#8221; would be ALL OF YOUR SETTINGS not just some.</p>
<p>Please help!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

