<?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 FAQ: How Do I Use Child Pages More Effectively?</title>
	<atom:link href="http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/</link>
	<description>Business and Technology with Common Sense</description>
	<lastBuildDate>Wed, 23 May 2012 22:55:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20841</generator>
	<item>
		<title>By: AnneTanne</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42291</link>
		<dc:creator>AnneTanne</dc:creator>
		<pubDate>Sun, 13 Apr 2008 19:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42291</guid>
		<description>Yes, navigation to those childpages was a problem when I was adding the static content of my former website as pages to my blog.
And I solved it by using &lt;a href=&quot;http://ryanhellyer.net/2008/01/14/suckerfish-wordpress-plugin/&quot;&gt;Ryan&#039;s Suckerfish dropdown menu plugin&lt;/a&gt;,that made it possible to display links to only the parent pages in the navigation bar, but with dropdown-menus with the child pages when hovering over them.

This makes the navigation even more direct than your solution does, without cluttering the page with lots of links.</description>
		<content:encoded><![CDATA[<p>Yes, navigation to those childpages was a problem when I was adding the static content of my former website as pages to my blog.<br />
And I solved it by using <a href="http://ryanhellyer.net/2008/01/14/suckerfish-wordpress-plugin/">Ryan&#8217;s Suckerfish dropdown menu plugin</a>,that made it possible to display links to only the parent pages in the navigation bar, but with dropdown-menus with the child pages when hovering over them.</p>
<p>This makes the navigation even more direct than your solution does, without cluttering the page with lots of links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kontur</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42290</link>
		<dc:creator>kontur</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42290</guid>
		<description>Hi,

second Malaiac&#039;s post, but wanted to ask if there is any difference really, other than it is more &quot;readable&quot;?

k.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>second Malaiac&#8217;s post, but wanted to ask if there is any difference really, other than it is more &#8220;readable&#8221;?</p>
<p>k.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edde</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42289</link>
		<dc:creator>Edde</dc:creator>
		<pubDate>Fri, 14 Mar 2008 20:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42289</guid>
		<description>Ehm, sorry...

Header = title</description>
		<content:encoded><![CDATA[<p>Ehm, sorry&#8230;</p>
<p>Header = title</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edde</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42288</link>
		<dc:creator>Edde</dc:creator>
		<pubDate>Fri, 14 Mar 2008 20:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42288</guid>
		<description>Any ideas on how to create a (sub-)page containing a list of its child pages including not just the header, but also (part of) the child page content?

Thanks!</description>
		<content:encoded><![CDATA[<p>Any ideas on how to create a (sub-)page containing a list of its child pages including not just the header, but also (part of) the child page content?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malaiac</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42287</link>
		<dc:creator>Malaiac</dc:creator>
		<pubDate>Mon, 26 Nov 2007 08:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42287</guid>
		<description>`wp_list_pages(&#039;child_of=&#039; . $wp_query-&gt;query_vars[&#039;page_id&#039;]);  `could be replaced by :
`  wp_list_pages(&#039;child_of=&#039;.$post-&gt;ID); `

KISS ;)</description>
		<content:encoded><![CDATA[<p>`wp_list_pages(&#8216;child_of=&#8217; . $wp_query-&gt;query_vars['page_id']);  `could be replaced by :<br />
`  wp_list_pages(&#8216;child_of=&#8217;.$post-&gt;ID); `</p>
<p>KISS ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42286</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Fri, 06 Apr 2007 16:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42286</guid>
		<description>That sounds like a question for a future post. :-)</description>
		<content:encoded><![CDATA[<p>That sounds like a question for a future post. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Joyner</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42285</link>
		<dc:creator>James Joyner</dc:creator>
		<pubDate>Fri, 06 Apr 2007 16:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42285</guid>
		<description>What advantages obtain from direct tagging, whether manually or by widget, vice using the WP category?

As best I can tell, Technorati is picking them up just fine as a &quot;tag&quot; and I seem to score relatively high in the search engines. Of course, I don&#039;t have an identical version of the weblog running using direct tagging as a counterpoint, so I don&#039;t know how to test this.</description>
		<content:encoded><![CDATA[<p>What advantages obtain from direct tagging, whether manually or by widget, vice using the WP category?</p>
<p>As best I can tell, Technorati is picking them up just fine as a &#8220;tag&#8221; and I seem to score relatively high in the search engines. Of course, I don&#8217;t have an identical version of the weblog running using direct tagging as a counterpoint, so I don&#8217;t know how to test this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42284</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Fri, 06 Apr 2007 16:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42284</guid>
		<description>I still think tagging is a better way to go for most situations, but I guess there is a fringe in the WP as a CMS world that would use page/subpage/hidden/visible concept as a structural tool. In that case, this would be a more semantic solution.</description>
		<content:encoded><![CDATA[<p>I still think tagging is a better way to go for most situations, but I guess there is a fringe in the WP as a CMS world that would use page/subpage/hidden/visible concept as a structural tool. In that case, this would be a more semantic solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Joyner</title>
		<link>http://technosailor.com/2007/04/05/wordpress-faq-how-do-i-use-child-pages-more-effectively/comment-page-1/#comment-42283</link>
		<dc:creator>James Joyner</dc:creator>
		<pubDate>Fri, 06 Apr 2007 14:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-use-child-pages-more-effectively/#comment-42283</guid>
		<description>Interesting.  This would have useful application for category archives as well, especially for those of us who liberally use sub-categories as a means of tagging.</description>
		<content:encoded><![CDATA[<p>Interesting.  This would have useful application for category archives as well, especially for those of us who liberally use sub-categories as a means of tagging.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

