<?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: Creating a Submenu in WordPress</title>
	<atom:link href="http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/</link>
	<description>Web Applications Designed for Humans</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lynn</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-1268</link>
		<dc:creator>lynn</dc:creator>
		<pubDate>Fri, 27 Jan 2012 21:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-1268</guid>
		<description>This is great.  Thanks!  I was wondering if you could help me figure out where to put the style tags. I&#039;ve wrapped the entire code in a div tag, which works for the child pages, but I&#039;d like to use my h2 style for the parent page, but I can&#039;t figure out how to include that.  Thanks so much!</description>
		<content:encoded><![CDATA[<p>This is great.  Thanks!  I was wondering if you could help me figure out where to put the style tags. I&#8217;ve wrapped the entire code in a div tag, which works for the child pages, but I&#8217;d like to use my h2 style for the parent page, but I can&#8217;t figure out how to include that.  Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob V</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-1246</link>
		<dc:creator>Jacob V</dc:creator>
		<pubDate>Wed, 21 Dec 2011 11:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-1246</guid>
		<description>Just an update to your post.

Function explained and lots of examples on wordpress: http://codex.wordpress.org/Function_Reference/wp_list_pages</description>
		<content:encoded><![CDATA[<p>Just an update to your post.</p>
<p>Function explained and lots of examples on wordpress: <a href="http://codex.wordpress.org/Function_Reference/wp_list_pages" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_list_pages</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeMonkeyG</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-1235</link>
		<dc:creator>CodeMonkeyG</dc:creator>
		<pubDate>Thu, 15 Dec 2011 00:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-1235</guid>
		<description>This was perfect. Just the kind of script I was looking for. Your generosity is much appreciated.</description>
		<content:encoded><![CDATA[<p>This was perfect. Just the kind of script I was looking for. Your generosity is much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Pedersen</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-1234</link>
		<dc:creator>Simon Pedersen</dc:creator>
		<pubDate>Wed, 14 Dec 2011 22:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-1234</guid>
		<description>This stumps me. I&#039;ve used most of the day trying to find an example that says: &quot;That&#039;s easy, here&#039;s what you do...&quot; but all I find are articles like these

http://wordpress.org/support/topic/wp_nav_menu-list-only-2nd-level-separate-submenu 
http://wordpress.stackexchange.com/questions/9504/is-it-still-not-possible-to-show-separate-submenu-with-custom-menu
And your own article.

It should make me angry - but I am more amazed. Separate submenus is practially in every website I develop - and you mean to say that the most used CMS system in the world doesn&#039;t have a simple startLevel parameter in the wp_nav_menu function? 

Please tell me I am wrong! </description>
		<content:encoded><![CDATA[<p>This stumps me. I&#8217;ve used most of the day trying to find an example that says: &#8220;That&#8217;s easy, here&#8217;s what you do&#8230;&#8221; but all I find are articles like these</p>
<p><a href="http://wordpress.org/support/topic/wp_nav_menu-list-only-2nd-level-separate-submenu" rel="nofollow">http://wordpress.org/support/topic/wp_nav_menu-list-only-2nd-level-separate-submenu</a><br />
<a href="http://wordpress.stackexchange.com/questions/9504/is-it-still-not-possible-to-show-separate-submenu-with-custom-menu" rel="nofollow">http://wordpress.stackexchange.com/questions/9504/is-it-still-not-possible-to-show-separate-submenu-with-custom-menu</a><br />
And your own article.</p>
<p>It should make me angry &#8211; but I am more amazed. Separate submenus is practially in every website I develop &#8211; and you mean to say that the most used CMS system in the world doesn&#8217;t have a simple startLevel parameter in the wp_nav_menu function? </p>
<p>Please tell me I am wrong!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henke Blomqvist</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-1209</link>
		<dc:creator>Henke Blomqvist</dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-1209</guid>
		<description>And also, when I click on Tattoo style #1, #2, #3 or #4 it&#039;s parent disappears. I Only get the main parent, Artists and the two children belonging to the middle parent (Artist #X) which has disappeared. The other middle parent is also missing. </description>
		<content:encoded><![CDATA[<p>And also, when I click on Tattoo style #1, #2, #3 or #4 it&#8217;s parent disappears. I Only get the main parent, Artists and the two children belonging to the middle parent (Artist #X) which has disappeared. The other middle parent is also missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henke Blomqvist</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-1208</link>
		<dc:creator>Henke Blomqvist</dc:creator>
		<pubDate>Thu, 17 Nov 2011 15:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-1208</guid>
		<description>Hi Gabriel! Even though I&#039;m swedish too, I&#039;ll keep it in english. 

First of all: Thanks a lot!

I&#039;m doing a web site for a friend who&#039;s starting a new tattoo studio. There are two artists there and I&#039;d like to put it like this: 

Artists (parent)

Artist #1 (child of Artists, parent of Tattoo style #1 &amp; #2)

Tattoo style #1 (child of Artist #1)
Tattoo style #2 (child of Artist #1)

Artist #2 (child of Artists, parent of Tattoo style #3 &amp; #4)

Tattoo style #3 (child of Artist #2)
Tattoo style #4 (child of Artist #2)

It works as is, but I want to hide the Tatto Styles when I&#039;m on the Artists page. I only want to show one generation och children at a time, which means that when I go to the page Artists I want to show it&#039;s children only: Artist #1 &amp; #2. When I click on Artist #1 I only want to show it&#039;s children, not Artist #2s children. 

Any thoughts? </description>
		<content:encoded><![CDATA[<p>Hi Gabriel! Even though I&#8217;m swedish too, I&#8217;ll keep it in english. </p>
<p>First of all: Thanks a lot!</p>
<p>I&#8217;m doing a web site for a friend who&#8217;s starting a new tattoo studio. There are two artists there and I&#8217;d like to put it like this: </p>
<p>Artists (parent)</p>
<p>Artist #1 (child of Artists, parent of Tattoo style #1 &amp; #2)</p>
<p>Tattoo style #1 (child of Artist #1)<br />
Tattoo style #2 (child of Artist #1)</p>
<p>Artist #2 (child of Artists, parent of Tattoo style #3 &amp; #4)</p>
<p>Tattoo style #3 (child of Artist #2)<br />
Tattoo style #4 (child of Artist #2)</p>
<p>It works as is, but I want to hide the Tatto Styles when I&#8217;m on the Artists page. I only want to show one generation och children at a time, which means that when I go to the page Artists I want to show it&#8217;s children only: Artist #1 &amp; #2. When I click on Artist #1 I only want to show it&#8217;s children, not Artist #2s children. </p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Venâncio</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-503</link>
		<dc:creator>Richard Venâncio</dc:creator>
		<pubDate>Sat, 20 Aug 2011 19:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-503</guid>
		<description>If you want get submenu of menu WP, you can use this plugin: http://wordpress.org/extend/plugins/browse/new/</description>
		<content:encoded><![CDATA[<p>If you want get submenu of menu WP, you can use this plugin: <a href="http://wordpress.org/extend/plugins/browse/new/" rel="nofollow">http://wordpress.org/extend/plugins/browse/new/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justians</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-502</link>
		<dc:creator>Justians</dc:creator>
		<pubDate>Sun, 14 Aug 2011 23:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-502</guid>
		<description>Thanks ! This very helped me. :-)</description>
		<content:encoded><![CDATA[<p>Thanks ! This very helped me. <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-501</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 24 Jun 2011 04:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-501</guid>
		<description>Perfect!!! thanks mate.</description>
		<content:encoded><![CDATA[<p>Perfect!!! thanks mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saleem</title>
		<link>http://www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/#comment-500</link>
		<dc:creator>saleem</dc:creator>
		<pubDate>Mon, 16 May 2011 12:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1633#comment-500</guid>
		<description>very tuff.</description>
		<content:encoded><![CDATA[<p>very tuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

