<?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>Wed, 23 May 2012 07:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thommy</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1507782</link>
		<dc:creator>Thommy</dc:creator>
		<pubDate>Mon, 07 May 2012 19:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1507782</guid>
		<description>Dear Justin,

Thanks for the nice tutorial.. i want add this method to some exiting themes.. but what is the easiest way to do this.. i tried a lot with the code below but my knowledge of code is in learning process..

can you please help me.. 

&lt;pre&gt;&lt;code&gt;&lt;a href=&quot;&quot;&gt;&lt;/a&gt;
						
						&lt;a&gt;]*[\&quot;\&#039;]?[^&gt;]*(.*?.&gt;)/i&#039;, $content, $preg_match, PREG_SET_ORDER)) {
								foreach ($preg_match as $preg_content) {
									$get_subtitle = get_post_meta($preg_content[1], &#039;subtitle&#039;, true);
									if (isset($get_subtitle) &amp;&amp; !empty($get_subtitle)) {
										$subtitle = &quot;$get_subtitle&quot;;
										$content = str_ireplace($preg_content[2], $preg_content[2].$subtitle, $content);
										$content = preg_replace(&#039;/title=\&quot;(.*?)\&quot;/&#039;,&#039;&#039;,$content);
									}
								}
							}
							return $content;
						}
					
						wp_list_pages(&#039;title_li=&amp;sort_order=ASC&amp;sort_column=menu_order&#039;); ?&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Dear Justin,</p>
<p>Thanks for the nice tutorial.. i want add this method to some exiting themes.. but what is the easiest way to do this.. i tried a lot with the code below but my knowledge of code is in learning process..</p>
<p>can you please help me.. </p>
<pre><code>&lt;a href=&quot;"&gt;&lt;/a>

						&lt;a>]*[\"\']?[^&gt;]*(.*?.&gt;)/i', $content, $preg_match, PREG_SET_ORDER)) {
								foreach ($preg_match as $preg_content) {
									$get_subtitle = get_post_meta($preg_content[1], 'subtitle', true);
									if (isset($get_subtitle) &amp;&amp; !empty($get_subtitle)) {
										$subtitle = "$get_subtitle";
										$content = str_ireplace($preg_content[2], $preg_content[2].$subtitle, $content);
										$content = preg_replace('/title=\"(.*?)\"/','',$content);
									}
								}
							}
							return $content;
						}

						wp_list_pages('title_li=&amp;sort_order=ASC&amp;sort_column=menu_order'); ?&gt;</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1365301</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Wed, 25 Apr 2012 20:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1365301</guid>
		<description>Menus are shown vertically by default.  That&#039;s how browsers render them.  You must use CSS to make them appear horizontal.</description>
		<content:encoded><![CDATA[<p>Menus are shown vertically by default.  That&#8217;s how browsers render them.  You must use CSS to make them appear horizontal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marisa</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1364326</link>
		<dc:creator>Marisa</dc:creator>
		<pubDate>Wed, 25 Apr 2012 18:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1364326</guid>
		<description>Hello Justin,

Thank you for this lovely tutorial!

I am wondering if you have any advice on changing the default horizontal wordpress into a vertical menu?

Thanks again for all of your hard work!</description>
		<content:encoded><![CDATA[<p>Hello Justin,</p>
<p>Thank you for this lovely tutorial!</p>
<p>I am wondering if you have any advice on changing the default horizontal wordpress into a vertical menu?</p>
<p>Thanks again for all of your hard work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elaine</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1144538</link>
		<dc:creator>Elaine</dc:creator>
		<pubDate>Thu, 12 Apr 2012 14:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1144538</guid>
		<description>Hi Justin, thanks so much for this awesome tutorial.
I&#039;m fairly newbie, though, and I need help actually adding the menus to the various pages. Can you help me/point me in the right direction?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Justin, thanks so much for this awesome tutorial.<br />
I&#8217;m fairly newbie, though, and I need help actually adding the menus to the various pages. Can you help me/point me in the right direction?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pibe</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1089715</link>
		<dc:creator>pibe</dc:creator>
		<pubDate>Sun, 08 Apr 2012 08:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1089715</guid>
		<description>Hello,

How many menus we can use in our Wordpress?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How many menus we can use in our Wordpress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tipograf ieromonah</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1080110</link>
		<dc:creator>tipograf ieromonah</dc:creator>
		<pubDate>Sat, 07 Apr 2012 13:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1080110</guid>
		<description>The way of doing menus in wordpress make php code looks like we are programming in javascript, lots of functions calling other functions. Using kohanaphp since version 2 I fill terified when see not so sexy php code. But, in the end, results are all that matters, does it?</description>
		<content:encoded><![CDATA[<p>The way of doing menus in wordpress make php code looks like we are programming in javascript, lots of functions calling other functions. Using kohanaphp since version 2 I fill terified when see not so sexy php code. But, in the end, results are all that matters, does it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahnaf Abid</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1067121</link>
		<dc:creator>Ahnaf Abid</dc:creator>
		<pubDate>Fri, 06 Apr 2012 12:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1067121</guid>
		<description>I was looking for more about nav-menu in codex just found your link. It is really helpful for who love wordpress. Thanks for the great article.</description>
		<content:encoded><![CDATA[<p>I was looking for more about nav-menu in codex just found your link. It is really helpful for who love wordpress. Thanks for the great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred R</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-1020856</link>
		<dc:creator>Fred R</dc:creator>
		<pubDate>Sun, 01 Apr 2012 17:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-1020856</guid>
		<description>Nice article, and I am really struggling with menus so it&#039;s helpful. However, I must be missing something really, really obvious, because the screenshot below &quot;What the menu system offers&quot; looks nothing like the Appearance &gt;&gt; Menus dialogue I get in WP 3.3. What is it I&#039;m missing, can anyone tell me? If what I saw were the same as the screenshot I&#039;d be a happy bunny indeed :o)</description>
		<content:encoded><![CDATA[<p>Nice article, and I am really struggling with menus so it&#8217;s helpful. However, I must be missing something really, really obvious, because the screenshot below &#8220;What the menu system offers&#8221; looks nothing like the Appearance &gt;&gt; Menus dialogue I get in WP 3.3. What is it I&#8217;m missing, can anyone tell me? If what I saw were the same as the screenshot I&#8217;d be a happy bunny indeed <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-968814</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 27 Mar 2012 15:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-968814</guid>
		<description>This was very very helpful thanks ever so much!

I am in the process of creating a website using wordpress using a theme that doesn&#039;t natively support menus.

This tutorial saved the day!

Thanks again.</description>
		<content:encoded><![CDATA[<p>This was very very helpful thanks ever so much!</p>
<p>I am in the process of creating a website using wordpress using a theme that doesn&#8217;t natively support menus.</p>
<p>This tutorial saved the day!</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Turner</title>
		<link>http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus#comment-840017</link>
		<dc:creator>Greg Turner</dc:creator>
		<pubDate>Thu, 15 Mar 2012 19:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=2413#comment-840017</guid>
		<description>I have released a plugin called Zen Menu Logic that allows you to specify on a per page basis, which one of several custom menus appears in the primary menu location of the page:
see: http://wordpress.org/extend/plugins/zen-menu-logic/</description>
		<content:encoded><![CDATA[<p>I have released a plugin called Zen Menu Logic that allows you to specify on a per page basis, which one of several custom menus appears in the primary menu location of the page:<br />
see: <a href="http://wordpress.org/extend/plugins/zen-menu-logic/" rel="nofollow">http://wordpress.org/extend/plugins/zen-menu-logic/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

