<?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: Best WordPress Plugin for Listing Pages (and Sub-Pages of Current Page)</title>
	<atom:link href="http://interstice.biz/best-wordpress-plugin-for-listing-pages-and-sub-pages-of-current-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://interstice.biz/best-wordpress-plugin-for-listing-pages-and-sub-pages-of-current-page/</link>
	<description>professional web design and development services</description>
	<lastBuildDate>Wed, 31 Aug 2011 02:13:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: james</title>
		<link>http://interstice.biz/best-wordpress-plugin-for-listing-pages-and-sub-pages-of-current-page/comment-page-1/#comment-528</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 20 Jun 2010 15:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://interstice.biz/?p=77#comment-528</guid>
		<description>Hi, 

Great plugin that is easy and compact.

I was wondering how to hide the top level nav pages in the sidebar widget, so that you just have the subpages.

Example: if you have two main pages 1.Sports 2.News

and both of these 2 main nav pages have 2 children Sports&gt;1.Tennis 2.Soccer .......... News&gt;1.Latest 2.Old

and you are in the Sports page, how do you ONLY show 1.Tennis and 2.Soccer in the widget area as submenus

please


thank you

james</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Great plugin that is easy and compact.</p>
<p>I was wondering how to hide the top level nav pages in the sidebar widget, so that you just have the subpages.</p>
<p>Example: if you have two main pages 1.Sports 2.News</p>
<p>and both of these 2 main nav pages have 2 children Sports&gt;1.Tennis 2.Soccer &#8230;&#8230;&#8230;. News&gt;1.Latest 2.Old</p>
<p>and you are in the Sports page, how do you ONLY show 1.Tennis and 2.Soccer in the widget area as submenus</p>
<p>please</p>
<p>thank you</p>
<p>james</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://interstice.biz/best-wordpress-plugin-for-listing-pages-and-sub-pages-of-current-page/comment-page-1/#comment-438</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://interstice.biz/?p=77#comment-438</guid>
		<description>I am having this same problem : ( 

any solution yet?</description>
		<content:encoded><![CDATA[<p>I am having this same problem : ( </p>
<p>any solution yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anne</title>
		<link>http://interstice.biz/best-wordpress-plugin-for-listing-pages-and-sub-pages-of-current-page/comment-page-1/#comment-434</link>
		<dc:creator>anne</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://interstice.biz/?p=77#comment-434</guid>
		<description>hi, thanks very much so far -- any ideas how to activate .current_page_parent / .current_page_ancestor while using the nrs folding pages? i can&#039;t manage to use css for this and i think it&#039;s because of the plugin..

thx for any hint..</description>
		<content:encoded><![CDATA[<p>hi, thanks very much so far &#8212; any ideas how to activate .current_page_parent / .current_page_ancestor while using the nrs folding pages? i can&#8217;t manage to use css for this and i think it&#8217;s because of the plugin..</p>
<p>thx for any hint..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interstice Solutions</title>
		<link>http://interstice.biz/best-wordpress-plugin-for-listing-pages-and-sub-pages-of-current-page/comment-page-1/#comment-236</link>
		<dc:creator>Interstice Solutions</dc:creator>
		<pubDate>Wed, 26 Aug 2009 22:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://interstice.biz/?p=77#comment-236</guid>
		<description>If you&#039;re just using wp_list_pages() to list your pages, and you don&#039;t want sub-pages, just add the depth parameter, like this:
&lt;div class=&quot;code&quot;&gt;&lt;&#063;&#112;&#104;&#112;&#032;&#119;&#112;&#095;&#108;&#105;&#115;&#116;&#095;&#112;&#097;&#103;&#101;&#115;&#040;&#039;&#116;&#105;&#116;&#108;&#101;&#095;&#108;&#105;&amp;&#100;&#101;&#112;&#116;&#104;&#061;&#049;&#039;&#041;&#059;&#063;&gt;&lt;/div&gt;

Take a look at &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_pages&quot; rel=&quot;nofollow&quot;&gt;http://codex.wordpress.org/Template_Tags/wp_list_pages&lt;/a&gt;:&lt;br/&gt;
 &lt;h4&gt;depth&lt;/h4&gt; 
    (integer) This parameter controls how many levels in the hierarchy of pages are to be included in the list generated by wp_list_pages. The default value is 0 (display all pages, including all sub-pages).

        * 0 - Pages and sub-pages displayed in hierarchical (indented) form (Default).
        * -1 - Pages in sub-pages displayed in flat (no indent) form.
        * 1 - Show only top level Pages
        * 2 - Value of 2 (or greater) specifies the depth (or level) to descend in displaying Pages.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re just using wp_list_pages() to list your pages, and you don&#8217;t want sub-pages, just add the depth parameter, like this:</p>
<div class="code">&#60;&#63;&#112;&#104;&#112;&#32;&#119;&#112;&#95;&#108;&#105;&#115;&#116;&#95;&#112;&#97;&#103;&#101;&#115;&#40;&#39;&#116;&#105;&#116;&#108;&#101;&#95;&#108;&#105;&#38;&#100;&#101;&#112;&#116;&#104;&#61;&#49;&#39;&#41;&#59;&#63;&#62;</div>
<p>Take a look at <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" rel="nofollow">http://codex.wordpress.org/Template_Tags/wp_list_pages</a>:</p>
<h4>depth</h4>
<p>    (integer) This parameter controls how many levels in the hierarchy of pages are to be included in the list generated by wp_list_pages. The default value is 0 (display all pages, including all sub-pages).</p>
<p>        * 0 &#8211; Pages and sub-pages displayed in hierarchical (indented) form (Default).<br />
        * -1 &#8211; Pages in sub-pages displayed in flat (no indent) form.<br />
        * 1 &#8211; Show only top level Pages<br />
        * 2 &#8211; Value of 2 (or greater) specifies the depth (or level) to descend in displaying Pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bali car rental</title>
		<link>http://interstice.biz/best-wordpress-plugin-for-listing-pages-and-sub-pages-of-current-page/comment-page-1/#comment-227</link>
		<dc:creator>bali car rental</dc:creator>
		<pubDate>Tue, 11 Aug 2009 05:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://interstice.biz/?p=77#comment-227</guid>
		<description>How to hide the sub of the page.
wp_list_pages(&#039;sort_column=menu_order&amp;title_li=&amp;echo=0&#039;);
that is the code. It is showing the sub page.
How to hide the sub?</description>
		<content:encoded><![CDATA[<p>How to hide the sub of the page.<br />
wp_list_pages(&#8216;sort_column=menu_order&amp;title_li=&amp;echo=0&#8242;);<br />
that is the code. It is showing the sub page.<br />
How to hide the sub?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 51/68 queries in 0.087 seconds using disk: basic
Object Caching 393/397 objects using disk: basic

Served from: interstice.biz @ 2012-02-05 10:57:59 -->
