<?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: Dynamic Multi-level Page Menus in WordPress</title>
	<atom:link href="http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/</link>
	<description>Freelance Web Designer and Wordpress Guru</description>
	<lastBuildDate>Thu, 11 Mar 2010 07:00:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: david</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2756</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2756</guid>
		<description>Hi,
i would really appreciate an advice :
my menu is:
item1
item2
item3

but i would like to get if i am on the page 2 for example a new order:
item2
item1
item3
How can i fix that?i am lost.
my code is:
 post_parent)

      $children = wp_list_pages(&#039;sort_column=menu_order&amp;title_li=&amp;child_of=&#039;.$post-&gt;post_parent.&#039;&amp;echo=0&#039;);

else

      $children = wp_list_pages(&#039;sort_column=menu_order&amp;title_li=&amp;child_of=&#039;.$post-&gt;ID.&#039;&amp;echo=0&#039;);

      if ($children) {

   ?&gt;

      

prueba



        

        
i knor the problem is `sort_column=menu_order&#039;but don t manage to find the right tag to solve my problem.

your help  would be waouu!:)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i would really appreciate an advice :<br />
my menu is:<br />
item1<br />
item2<br />
item3</p>
<p>but i would like to get if i am on the page 2 for example a new order:<br />
item2<br />
item1<br />
item3<br />
How can i fix that?i am lost.<br />
my code is:<br />
 post_parent)</p>
<p>      $children = wp_list_pages(&#8217;sort_column=menu_order&amp;title_li=&amp;child_of=&#8217;.$post-&gt;post_parent.&#8217;&amp;echo=0&#8242;);</p>
<p>else</p>
<p>      $children = wp_list_pages(&#8217;sort_column=menu_order&amp;title_li=&amp;child_of=&#8217;.$post-&gt;ID.&#8217;&amp;echo=0&#8242;);</p>
<p>      if ($children) {</p>
<p>   ?&gt;</p>
<p>prueba</p>
<p>i knor the problem is `sort_column=menu_order&#8217;but don t manage to find the right tag to solve my problem.</p>
<p>your help  would be waouu!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carly</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2754</link>
		<dc:creator>Carly</dc:creator>
		<pubDate>Mon, 01 Mar 2010 04:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2754</guid>
		<description>You rock! I just spent almost 2 hours trying to find a solution like this and wordpress made this seem really hard... well done to you and thank you again!</description>
		<content:encoded><![CDATA[<p>You rock! I just spent almost 2 hours trying to find a solution like this and wordpress made this seem really hard&#8230; well done to you and thank you again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2742</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2742</guid>
		<description>Sergei,

That&#039;s what the function should be doing right now. Maybe I misunderstood what you needed.

But if you are on Page 3, 3-1 and 3-2 should show but 1-1 and 1-2 should not.</description>
		<content:encoded><![CDATA[<p>Sergei,</p>
<p>That&#8217;s what the function should be doing right now. Maybe I misunderstood what you needed.</p>
<p>But if you are on Page 3, 3-1 and 3-2 should show but 1-1 and 1-2 should not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergei Plaxienko</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2739</link>
		<dc:creator>Sergei Plaxienko</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2739</guid>
		<description>The only way to build such a list, as far as I figured it out, is to build array with pages ID and then show only selected pages according *only* on selected IDs.</description>
		<content:encoded><![CDATA[<p>The only way to build such a list, as far as I figured it out, is to build array with pages ID and then show only selected pages according *only* on selected IDs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergei Plaxienko</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2738</link>
		<dc:creator>Sergei Plaxienko</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2738</guid>
		<description>Thank you for an article, it helped me.

Just one question -- is there any way to show children of *only* current subpage?

E.g. I have page&#039;s structure like this:
Main-
-page1
--subpage1-1
--subpage1-2
-page2
-page3
--subpage3-1
--subpage3-2

So, I need to show subpages 3-1 and 3-2 *only* if page3 is current one, and not show subpages 1-1 and 1-2.

Any advise will be appriciated.</description>
		<content:encoded><![CDATA[<p>Thank you for an article, it helped me.</p>
<p>Just one question &#8212; is there any way to show children of *only* current subpage?</p>
<p>E.g. I have page&#8217;s structure like this:<br />
Main-<br />
-page1<br />
&#8211;subpage1-1<br />
&#8211;subpage1-2<br />
-page2<br />
-page3<br />
&#8211;subpage3-1<br />
&#8211;subpage3-2</p>
<p>So, I need to show subpages 3-1 and 3-2 *only* if page3 is current one, and not show subpages 1-1 and 1-2.</p>
<p>Any advise will be appriciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2579</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2579</guid>
		<description>Peter,

Been thinking about this but don&#039;t have a solution yet.

The problem is the way the current script works is it looks for the top level page and then displays all the children below it. I think what you need is for the script to find the first child of the top page, and to display the children of that page. But this would probably break the menu at the top level.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Been thinking about this but don&#8217;t have a solution yet.</p>
<p>The problem is the way the current script works is it looks for the top level page and then displays all the children below it. I think what you need is for the script to find the first child of the top page, and to display the children of that page. But this would probably break the menu at the top level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2574</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2574</guid>
		<description>thx 4 the plugin, but i&#039;ve got also a problem:

I&#039;ve got a Menu like that:

1
1-1
1-1-1
1-1-2

1-2

1-3
1-3-1
1-3-2

2
...

3
...

So the Problem is now, that if i click on 1-1-1 i got all child-pages from 1. That means, that all children of 1-1 are displayed (that correct) but also all children of 1-3 (that&#039;s not correct)

Any idea how to fix this? Or a plugin which can do this for me? The one above works with sections and not with pages

greetz</description>
		<content:encoded><![CDATA[<p>thx 4 the plugin, but i&#8217;ve got also a problem:</p>
<p>I&#8217;ve got a Menu like that:</p>
<p>1<br />
1-1<br />
1-1-1<br />
1-1-2</p>
<p>1-2</p>
<p>1-3<br />
1-3-1<br />
1-3-2</p>
<p>2<br />
&#8230;</p>
<p>3<br />
&#8230;</p>
<p>So the Problem is now, that if i click on 1-1-1 i got all child-pages from 1. That means, that all children of 1-1 are displayed (that correct) but also all children of 1-3 (that&#8217;s not correct)</p>
<p>Any idea how to fix this? Or a plugin which can do this for me? The one above works with sections and not with pages</p>
<p>greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Stenquist</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2563</link>
		<dc:creator>Jared Stenquist</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2563</guid>
		<description>Correct - it is a vertical nav.

The problem is that I can&#039;t actually get the children to print in a new UL inside of the parent LI.

I&#039;m really surprised that a solution isn&#039;t readily available. It seems like a pretty common setup</description>
		<content:encoded><![CDATA[<p>Correct &#8211; it is a vertical nav.</p>
<p>The problem is that I can&#8217;t actually get the children to print in a new UL inside of the parent LI.</p>
<p>I&#8217;m really surprised that a solution isn&#8217;t readily available. It seems like a pretty common setup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Henson</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2562</link>
		<dc:creator>Curtis Henson</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2562</guid>
		<description>I assume you have a vertical navigation, this had a horizontal nav in mind where I needed to separate the child elements into a new div.

You could probably use the default wp_list_pages and then use CSS to show and hide the child pages depending on the active page and parent. I &lt;em&gt;believe&lt;/em&gt; WP gives you the css classes to do this.</description>
		<content:encoded><![CDATA[<p>I assume you have a vertical navigation, this had a horizontal nav in mind where I needed to separate the child elements into a new div.</p>
<p>You could probably use the default wp_list_pages and then use CSS to show and hide the child pages depending on the active page and parent. I <em>believe</em> WP gives you the css classes to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Stenquist</title>
		<link>http://curtishenson.com/dynamic-multi-level-page-menus-in-wordpress/comment-page-1/#comment-2561</link>
		<dc:creator>Jared Stenquist</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://curtishenson.com/?p=497#comment-2561</guid>
		<description>I gave it a try but no matter what I do, the children links always print at the bottom of the list of all parents.

-Parent1
-Parent2
-Parent3

it should be

-Parent1
--Child1 of Parent1
--Child2 of Parent2
-Parent2
-Parent3

Any help would be much appreciated. I checked out the &quot;Simple Section Nav&quot; as well, but that doesn&#039;t print the Parents.</description>
		<content:encoded><![CDATA[<p>I gave it a try but no matter what I do, the children links always print at the bottom of the list of all parents.</p>
<p>-Parent1<br />
-Parent2<br />
-Parent3</p>
<p>it should be</p>
<p>-Parent1<br />
&#8211;Child1 of Parent1<br />
&#8211;Child2 of Parent2<br />
-Parent2<br />
-Parent3</p>
<p>Any help would be much appreciated. I checked out the &#8220;Simple Section Nav&#8221; as well, but that doesn&#8217;t print the Parents.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.290 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 08:14:47 -->
