<?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: Delicious Recipes for WordPress Page Menus and Page Listings</title>
	<atom:link href="http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:22:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Martin</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1935</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 07 Oct 2009 02:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1935</guid>
		<description>Thanks! this is a valuable resource and a great addition to the codex.

I&#039;m stuck on something that I can&#039;t figure out though - I&#039;m sure it&#039;s simple and it&#039;s evading me.

I&#039;m using &lt;code&gt;wp_list_pages&lt;/code&gt; to build a drop down menu;

My parent page is &quot;bikes&quot; and below that I have sub pages, bike1, bike2, bike3, etc.

I&#039;m using css to style and build the drop downs. My problem is that the top level page is never rendered as a link on my menu - just a &quot;label&quot;

How do I tell &lt;code&gt;wp_list_pages&lt;/code&gt; to make that parent page a link as well?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Thanks! this is a valuable resource and a great addition to the codex.</p>
<p>I&#8217;m stuck on something that I can&#8217;t figure out though &#8211; I&#8217;m sure it&#8217;s simple and it&#8217;s evading me.</p>
<p>I&#8217;m using <code>wp_list_pages</code> to build a drop down menu;</p>
<p>My parent page is &#8220;bikes&#8221; and below that I have sub pages, bike1, bike2, bike3, etc.</p>
<p>I&#8217;m using css to style and build the drop downs. My problem is that the top level page is never rendered as a link on my menu &#8211; just a &#8220;label&#8221;</p>
<p>How do I tell <code>wp_list_pages</code> to make that parent page a link as well?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Offene Tabs: Wordpress&#8217;n&#8217;Webdesign Tips &#38; Tricks - stefan.waidele.info</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1775</link>
		<dc:creator>Offene Tabs: Wordpress&#8217;n&#8217;Webdesign Tips &#38; Tricks - stefan.waidele.info</dc:creator>
		<pubDate>Sat, 26 Sep 2009 12:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1775</guid>
		<description>[...] Delicious Recipes for WordPress Page Menus and Page Listings [...]</description>
		<content:encoded><![CDATA[<p>[...] Delicious Recipes for WordPress Page Menus and Page Listings [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1761</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Wed, 23 Sep 2009 21:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1761</guid>
		<description>Ah, gotcha. There should be an easy way to do this with WordPress.. I will keep my eyes open for a solution.</description>
		<content:encoded><![CDATA[<p>Ah, gotcha. There should be an easy way to do this with WordPress.. I will keep my eyes open for a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonnypage</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1756</link>
		<dc:creator>jonnypage</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1756</guid>
		<description>that would add the same class to every level of navigation.  Not each specific level.  Ie:

&lt;code&gt;parent: class: parent&lt;/code&gt;
&lt;code&gt;child: class: child&lt;/code&gt;
&lt;code&gt;child-child: class:child-child&lt;/code&gt;

etc..</description>
		<content:encoded><![CDATA[<p>that would add the same class to every level of navigation.  Not each specific level.  Ie:</p>
<p><code>parent: class: parent</code><br />
<code>child: class: child</code><br />
<code>child-child: class:child-child</code></p>
<p>etc..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1726</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Sun, 20 Sep 2009 16:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1726</guid>
		<description>Interesting, the Codex lists &lt;code&gt;number&lt;/code&gt; as a valid parameter for WordPress 2.8+:

http://codex.wordpress.org/Template_Tags/wp_list_pages#Parameters

I haven&#039;t tested it myself, but if it doesn&#039;t work, you may want to open a ticket..</description>
		<content:encoded><![CDATA[<p>Interesting, the Codex lists <code>number</code> as a valid parameter for WordPress 2.8+:</p>
<p><a href="http://codex.wordpress.org/Template_Tags/wp_list_pages#Parameters" rel="nofollow">http://codex.wordpress.org/Template_Tags/wp_list_pages#Parameters</a></p>
<p>I haven&#8217;t tested it myself, but if it doesn&#8217;t work, you may want to open a ticket..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1716</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 18 Sep 2009 23:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1716</guid>
		<description>FYI, the &#039;number&#039; argument for wp_list_pages does not work properly. If you look at the code for wp_list_pages here, you won&#039;t see the &quot;number&quot; argument. Seems like the code does not work as advertised, sadly.

http://core.trac.wordpress.org/browser/trunk/wp-includes/post-template.php</description>
		<content:encoded><![CDATA[<p>FYI, the &#8216;number&#8217; argument for wp_list_pages does not work properly. If you look at the code for wp_list_pages here, you won&#8217;t see the &#8220;number&#8221; argument. Seems like the code does not work as advertised, sadly.</p>
<p><a href="http://core.trac.wordpress.org/browser/trunk/wp-includes/post-template.php" rel="nofollow">http://core.trac.wordpress.org/browser/trunk/wp-includes/post-template.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Easy Custom Feeds in WordPress &#124; Digging into WordPress</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1623</link>
		<dc:creator>Easy Custom Feeds in WordPress &#124; Digging into WordPress</dc:creator>
		<pubDate>Mon, 14 Sep 2009 05:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1623</guid>
		<description>[...] fact Pages, such that you may want to remove them from any automatic Page-listings generated by the wp_list_pages or wp_page_menu template tags. For example, you can easily exclude your two feed Pages as [...]</description>
		<content:encoded><![CDATA[<p>[...] fact Pages, such that you may want to remove them from any automatic Page-listings generated by the wp_list_pages or wp_page_menu template tags. For example, you can easily exclude your two feed Pages as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Reynolds</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1608</link>
		<dc:creator>Robert Reynolds</dc:creator>
		<pubDate>Sat, 12 Sep 2009 22:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1608</guid>
		<description>Another great article about using Wordpress as a CMS.

In regards to Wordpress Pages functions, I would like to have a horizontal menu across the top. The Parent pages would be listed inline, but when hovering over the parent, a dropdown of the corresponding children pages would show.

I have used a theme that does this well in Firefox using Javascript, but does not work in IE.  Iwould like the horizontal menu to be pure css if possible.

Anyone have suggestions for this task?</description>
		<content:encoded><![CDATA[<p>Another great article about using WordPress as a CMS.</p>
<p>In regards to WordPress Pages functions, I would like to have a horizontal menu across the top. The Parent pages would be listed inline, but when hovering over the parent, a dropdown of the corresponding children pages would show.</p>
<p>I have used a theme that does this well in Firefox using Javascript, but does not work in IE.  Iwould like the horizontal menu to be pure css if possible.</p>
<p>Anyone have suggestions for this task?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1547</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Sun, 06 Sep 2009 00:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1547</guid>
		<description>Perhaps something like this would work:

&lt;code&gt;&lt;?php wp_list_pages(&#039;link_before=&lt;span class=&quot;whatever&quot;&gt;&amp;link_after=&lt;/span&gt;&#039;); // wrap anchor text with a span tag ?&gt;&lt;/code&gt;

See the post for more details on this.</description>
		<content:encoded><![CDATA[<p>Perhaps something like this would work:</p>
<p><code>&lt;?php wp_list_pages('link_before=&lt;span class="whatever"&gt;&amp;link_after=&lt;/span&gt;'); // wrap anchor text with a span tag ?&gt;</code></p>
<p>See the post for more details on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonnypage</title>
		<link>http://digwp.com/2009/07/delicious-recipes-wordpress-page-menus/#comment-1513</link>
		<dc:creator>jonnypage</dc:creator>
		<pubDate>Thu, 03 Sep 2009 21:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=248#comment-1513</guid>
		<description>any ideas on how to add a class to each specific level of page navigation?</description>
		<content:encoded><![CDATA[<p>any ideas on how to add a class to each specific level of page navigation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

