<?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: Using Multiple Loops in WordPress with query_posts() and get_categories()</title>
	<atom:link href="http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories/feed" rel="self" type="application/rss+xml" />
	<link>http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories</link>
	<description>A web design, development, and consulting firm based in Portland, Oregon helping small businesseses and individuals.</description>
	<lastBuildDate>Sat, 21 Aug 2010 12:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dan O'Neill</title>
		<link>http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories/comment-page-1#comment-5031</link>
		<dc:creator>Dan O'Neill</dc:creator>
		<pubDate>Sat, 21 Aug 2010 12:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=390#comment-5031</guid>
		<description>Excellent and simple solution to an issue I was having! Appreciate the writeup.</description>
		<content:encoded><![CDATA[<p>Excellent and simple solution to an issue I was having! Appreciate the writeup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorene Hunter</title>
		<link>http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories/comment-page-1#comment-4790</link>
		<dc:creator>Dorene Hunter</dc:creator>
		<pubDate>Fri, 07 May 2010 05:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=390#comment-4790</guid>
		<description>great post!! keep them coming! Very helpful A good post for reference. Thanks for sharing. Thank for you. I Love This Site. Very useful information and i have found it for a long time, thanks so much.</description>
		<content:encoded><![CDATA[<p>great post!! keep them coming! Very helpful A good post for reference. Thanks for sharing. Thank for you. I Love This Site. Very useful information and i have found it for a long time, thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories/comment-page-1#comment-149</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 16 Jul 2009 12:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=390#comment-149</guid>
		<description>Hi Peter,
Thanks for the reply, sorry for the late acknowledgement. I&#039;m still at the point where php scares me, but this is a great starting point for what I&#039;m doing, cheers!
Mike</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
Thanks for the reply, sorry for the late acknowledgement. I&#8217;m still at the point where php scares me, but this is a great starting point for what I&#8217;m doing, cheers!<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories/comment-page-1#comment-94</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=390#comment-94</guid>
		<description>Hi Mike,

  The solution in the last section will show all the posts from a category... including all the posts from all the child categories.

  The problem is  that if do not use &quot;if (!$category-&gt;parent)&quot; then all the posts in child categories will show up twice. Once when the posts for the parent category are displayed, and once when the posts for the child are displayed.

  Hope this helps,
Peter.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>  The solution in the last section will show all the posts from a category&#8230; including all the posts from all the child categories.</p>
<p>  The problem is  that if do not use &#8220;if (!$category->parent)&#8221; then all the posts in child categories will show up twice. Once when the posts for the parent category are displayed, and once when the posts for the child are displayed.</p>
<p>  Hope this helps,<br />
Peter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories/comment-page-1#comment-90</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=390#comment-90</guid>
		<description>Hi there,
Thanks for posting this, its going to be a great help!

I have a (hopefully) really simple question - how do I implement the opposite of your last section ie on a parent category page show a list of the child categories? 

Cheers for any help you can give me on this!</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Thanks for posting this, its going to be a great help!</p>
<p>I have a (hopefully) really simple question &#8211; how do I implement the opposite of your last section ie on a parent category page show a list of the child categories? </p>
<p>Cheers for any help you can give me on this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
