<?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: WordPress How To &#8211; Show Child Pages Only</title>
	<atom:link href="http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/</link>
	<description>Various Epiphanies of a Technical Mind</description>
	<lastBuildDate>Sun, 29 Jan 2012 23:20:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-80336</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 09 Feb 2011 02:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-80336</guid>
		<description>Did anyone figure out how to use this code when you have child pages that go deeper than two levels deep?

I tried to use the while loop presented by @Patrick, but unfortunately it isn&#039;t working.  

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Did anyone figure out how to use this code when you have child pages that go deeper than two levels deep?</p>
<p>I tried to use the while loop presented by @Patrick, but unfortunately it isn&#8217;t working.  </p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: מאמרים</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-78455</link>
		<dc:creator>מאמרים</dc:creator>
		<pubDate>Thu, 30 Dec 2010 17:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-78455</guid>
		<description>Awesome - I&#039;m looking for a solution to display all child pages on site - any ideas??</description>
		<content:encoded><![CDATA[<p>Awesome &#8211; I&#8217;m looking for a solution to display all child pages on site &#8211; any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAhil</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-77722</link>
		<dc:creator>SAhil</dc:creator>
		<pubDate>Wed, 15 Dec 2010 05:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-77722</guid>
		<description>Sorry for the last post the code got chopped off.

&lt;code&gt; post_parent)
$parent = 
$children = wp_list_pages(&quot;sort_column=menu_order&amp;title_li=&amp;child_of=&quot;.$post-&gt;post_parent.&quot;&amp;echo=0&quot;); else
$children = wp_list_pages(&quot;sort_column=menu_order&amp;title_li=&amp;child_of=&quot;.$post-&gt;ID.&quot;&amp;echo=0&quot;);
if ($children) { ?&gt;



  





 &lt;/code&gt;

Here in this code &lt;code&gt;    &lt;/code&gt; I wanted the title to be current page for parent page and to be parent page for child page.</description>
		<content:encoded><![CDATA[<p>Sorry for the last post the code got chopped off.</p>
<p><code> post_parent)<br />
$parent =<br />
$children = wp_list_pages("sort_column=menu_order&amp;title_li=&amp;child_of=".$post-&gt;post_parent."&amp;echo=0"); else<br />
$children = wp_list_pages("sort_column=menu_order&amp;title_li=&amp;child_of=".$post-&gt;ID."&amp;echo=0");<br />
if ($children) { ?&gt;</p>
<p> </code></p>
<p>Here in this code <code>    </code> I wanted the title to be current page for parent page and to be parent page for child page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAhil</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-77721</link>
		<dc:creator>SAhil</dc:creator>
		<pubDate>Wed, 15 Dec 2010 05:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-77721</guid>
		<description>Hi, thanks for this wonderful code. I impletement the code in one of my project and it work&#039;s like the charm.

I just wanted to know how do i get the title as the current page for example.

post_parent)
$children = wp_list_pages(&quot;sort_column=menu_order&amp;title_li=&amp;child_of=&quot;.$post-&gt;post_parent.&quot;&amp;echo=0&quot;); else
$children = wp_list_pages(&quot;sort_column=menu_order&amp;title_li=&amp;child_of=&quot;.$post-&gt;ID.&quot;&amp;echo=0&quot;);
if ($children) { ?&gt;



  







You see here &quot;  &quot; I want the title to be the current page for parent page and parent page for child page.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this wonderful code. I impletement the code in one of my project and it work&#8217;s like the charm.</p>
<p>I just wanted to know how do i get the title as the current page for example.</p>
<p>post_parent)<br />
$children = wp_list_pages(&#8220;sort_column=menu_order&amp;title_li=&amp;child_of=&#8221;.$post-&gt;post_parent.&#8221;&amp;echo=0&#8243;); else<br />
$children = wp_list_pages(&#8220;sort_column=menu_order&amp;title_li=&amp;child_of=&#8221;.$post-&gt;ID.&#8221;&amp;echo=0&#8243;);<br />
if ($children) { ?&gt;</p>
<p>You see here &#8221;  &#8221; I want the title to be the current page for parent page and parent page for child page.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-74617</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 07 Jul 2010 21:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-74617</guid>
		<description>LIFESAVER! Thanks so much for this.</description>
		<content:encoded><![CDATA[<p>LIFESAVER! Thanks so much for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brien</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-74343</link>
		<dc:creator>Brien</dc:creator>
		<pubDate>Tue, 18 May 2010 15:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-74343</guid>
		<description>This bit of code is almost exactly what I need.  But can anyone help with this?  I have my top level pages which have children and those children have chldren.  This code seems to show all 1st and second level child pages.  I would like it to only display the 2nd level child pages of whatever child page I happen to be on and not the other child pages&#039; children.  Also if I am on a top level page I would like its 1st level children displayed but with no 2nd level children.

Does that make sense, brcause I think I&#039;m confused now.</description>
		<content:encoded><![CDATA[<p>This bit of code is almost exactly what I need.  But can anyone help with this?  I have my top level pages which have children and those children have chldren.  This code seems to show all 1st and second level child pages.  I would like it to only display the 2nd level child pages of whatever child page I happen to be on and not the other child pages&#8217; children.  Also if I am on a top level page I would like its 1st level children displayed but with no 2nd level children.</p>
<p>Does that make sense, brcause I think I&#8217;m confused now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DMC</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-73922</link>
		<dc:creator>DMC</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-73922</guid>
		<description>I&#039;m a bit late to the party here, but here goes. Thanks SO much for this article, really helped a lot. I was wondering if you knew of a way to display the page titles as a list of numbers, as opposed to their titles?

Thanks again!</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit late to the party here, but here goes. Thanks SO much for this article, really helped a lot. I was wondering if you knew of a way to display the page titles as a list of numbers, as opposed to their titles?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-73774</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sun, 31 Jan 2010 09:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-73774</guid>
		<description>This worked flawlessly.  Thanks!</description>
		<content:encoded><![CDATA[<p>This worked flawlessly.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raynimmo (Ray Nimmo)</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-72715</link>
		<dc:creator>raynimmo (Ray Nimmo)</dc:creator>
		<pubDate>Tue, 22 Sep 2009 11:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-72715</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/raynimmo&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div class=&quot;ccimg1&quot; title=&quot;raynimmo (Ray Nimmo)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;&quot;&gt;
&lt;img name=&quot;cc_image&quot; title=&quot;raynimmo (Ray Nimmo)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:50px;height:50px;&quot; src=&quot;http://purl.org/net/spiurl/raynimmo&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
@africanweb , lol, yeah thats the method I am going towards, it aint pretty but it works, thanks for the link&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/raynimmo" title="Twitter Comment"></p>
<div class="ccimg1" title="raynimmo (Ray Nimmo)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;">
<img name="cc_image" title="raynimmo (Ray Nimmo)" style="float:left;margin-right:10px;padding:0;width:50px;height:50px;" src="http://purl.org/net/spiurl/raynimmo"/>
</div>
<p></a><br />
@africanweb , lol, yeah thats the method I am going towards, it aint pretty but it works, thanks for the link</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raynimmo (Ray Nimmo)</title>
		<link>http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/comment-page-1/#comment-72714</link>
		<dc:creator>raynimmo (Ray Nimmo)</dc:creator>
		<pubDate>Tue, 22 Sep 2009 11:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.websitestyle.com/index.php/2007/09/14/wordpress-how-to-show-child-pages-only/#comment-72714</guid>
		<description>&lt;strong&gt;Twitter Comment&lt;/strong&gt;
&lt;a href=&quot;http://twitter.com/raynimmo&quot; title=&quot;Twitter Comment&quot; rel=&quot;nofollow&quot;&gt;
&lt;div class=&quot;ccimg1&quot; title=&quot;raynimmo (Ray Nimmo)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:60px;height:60px;&quot;&gt;
&lt;img name=&quot;cc_image&quot; title=&quot;raynimmo (Ray Nimmo)&quot; style=&quot;float:left;margin-right:10px;padding:0;width:50px;height:50px;&quot; src=&quot;http://purl.org/net/spiurl/raynimmo&quot;&gt;
&lt;/div&gt;
&lt;/a&gt;
RT @africanweb: @raynimmo - WordPress How To – Show Child Pages Only  -  [link to post]&lt;br /&gt;&lt;br /&gt; - &lt;a href=&quot;http://chatcatcher.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Posted using Chat Catcher&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p><strong>Twitter Comment</strong><br />
<a href="http://twitter.com/raynimmo" title="Twitter Comment"></p>
<div class="ccimg1" title="raynimmo (Ray Nimmo)" style="float:left;margin-right:10px;padding:0;width:60px;height:60px;">
<img name="cc_image" title="raynimmo (Ray Nimmo)" style="float:left;margin-right:10px;padding:0;width:50px;height:50px;" src="http://purl.org/net/spiurl/raynimmo"/>
</div>
<p></a><br />
RT @africanweb: @raynimmo &#8211; WordPress How To – Show Child Pages Only  &#8211;  [link to post]</p>
<p> &#8211; <a href="http://chatcatcher.com" target="_blank">Posted using Chat Catcher</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

