<?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: Multiple loops on the same page in WordPress 1.5</title>
	<atom:link href="http://infovore.org/archives/2005/04/12/multiple-loops/feed/" rel="self" type="application/rss+xml" />
	<link>http://infovore.org/archives/2005/04/12/multiple-loops/</link>
	<description>a weblog by Tom Armitage</description>
	<lastBuildDate>Sun, 08 Apr 2012 09:50:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: flys</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-5522</link>
		<dc:creator>flys</dc:creator>
		<pubDate>Thu, 13 Jul 2006 16:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-5522</guid>
		<description>hi, i&#039;m not able to use this code, can someone help me ?....

I should replace just this:

 if (have_posts()) : 

with this?:

query_posts(&#039;category_name=CatName&amp;showposts=1&#039;); 

because the rest of the code seem to be the same ...
thanks in advance</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m not able to use this code, can someone help me ?&#8230;.</p>
<p>I should replace just this:</p>
<p> if (have_posts()) : </p>
<p>with this?:</p>
<p>query_posts(&#8216;category_name=CatName&amp;showposts=1&#8242;); </p>
<p>because the rest of the code seem to be the same &#8230;<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flys</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-5521</link>
		<dc:creator>flys</dc:creator>
		<pubDate>Thu, 13 Jul 2006 16:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-5521</guid>
		<description>hi, i&#039;m not able to use this code, can someone help me ?....

I should replace just this:



with this?:



because the rest of the code seem to be the same ...
thanks in advance</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m not able to use this code, can someone help me ?&#8230;.</p>
<p>I should replace just this:</p>
<p>with this?:</p>
<p>because the rest of the code seem to be the same &#8230;<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flys</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-5520</link>
		<dc:creator>flys</dc:creator>
		<pubDate>Thu, 13 Jul 2006 16:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-5520</guid>
		<description>hi, i&#039;m not able to use this code, can someone help me ?....

I should replace just this:



with this?:



because the rest of the code seem to be the same ...
thanks in advance</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m not able to use this code, can someone help me ?&#8230;.</p>
<p>I should replace just this:</p>
<p>with this?:</p>
<p>because the rest of the code seem to be the same &#8230;<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Griff</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-1693</link>
		<dc:creator>Griff</dc:creator>
		<pubDate>Thu, 11 May 2006 23:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-1693</guid>
		<description>Thank you very much for your article on multiple loops.  I&#039;ve had much more success with yours then any other (including wordpress codex/forums). 

You should consider a Pay Pal donate button. ;)</description>
		<content:encoded><![CDATA[<p>Thank you very much for your article on multiple loops.  I&#8217;ve had much more success with yours then any other (including wordpress codex/forums). </p>
<p>You should consider a Pay Pal donate button. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint M Chilcott</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-1354</link>
		<dc:creator>Clint M Chilcott</dc:creator>
		<pubDate>Tue, 10 Jan 2006 08:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-1354</guid>
		<description>&quot;Itâ€™s very easy to display posts from a single category with an if statement.&quot;

Could you help me figure out how to do this?  I hate to be a bother but I have been up all night wrestling with PHP and searching for a simple solution.

On my wordpress blog I have a category dedicated to my podcast.  I want to make a page that displays some info on the podcast and how to subscribe.  Then below that it displays every post in the &quot;Podcast&quot; category.

I thought it should be simple but I am in a world of hurt.  Can you help?  Thanks!!

-Clint M Chilcott</description>
		<content:encoded><![CDATA[<p>&#8220;Itâ€™s very easy to display posts from a single category with an if statement.&#8221;</p>
<p>Could you help me figure out how to do this?  I hate to be a bother but I have been up all night wrestling with PHP and searching for a simple solution.</p>
<p>On my wordpress blog I have a category dedicated to my podcast.  I want to make a page that displays some info on the podcast and how to subscribe.  Then below that it displays every post in the &#8220;Podcast&#8221; category.</p>
<p>I thought it should be simple but I am in a world of hurt.  Can you help?  Thanks!!</p>
<p>-Clint M Chilcott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-1252</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 13 Dec 2005 08:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-1252</guid>
		<description>Sure, I can explain the &quot;display code goes here&quot; - all that is is the code to render the post (eg &lt;code&gt;the_content()&lt;/code&gt;, &lt;code&gt;the_title()&lt;/code&gt;. The usual stuff you&#039;d write to display a post, only this time it&#039;s displaying a limited number of posts, from a single category, or whatever.

You are correct in noting that people asked for further help a long time ago. I would also point out that I&#039;m in no obligation to provide it.

I might possibly have a quick run through this list tonight and try and answer some questions - or at least email the people directly. I can&#039;t email you, Non Flame, because you didn&#039;t give me a valid email address - but never mind, I&#039;m responding here. Some of the queries probably &lt;i&gt;do&lt;/i&gt; deserve a response as they&#039;re directly related to my post and fairly technical. &quot;Listing comments in the sidebar&quot; is pretty much entirely unrelated to this post.

Finally, I think the tips I&#039;ve provided here - which I worked out myself, remember - are enough to let other people explore further for themselves.

If you&#039;ve got more direct, on-topic questions, I&#039;d be happy to try to help, Non Flame, but I&#039;m ludicrously busy at work right now. Still, it&#039;ll go in my inbox, and I&#039;ll get back to you when I can.</description>
		<content:encoded><![CDATA[<p>Sure, I can explain the &#8220;display code goes here&#8221; &#8211; all that is is the code to render the post (eg <code>the_content()</code>, <code>the_title()</code>. The usual stuff you&#8217;d write to display a post, only this time it&#8217;s displaying a limited number of posts, from a single category, or whatever.</p>
<p>You are correct in noting that people asked for further help a long time ago. I would also point out that I&#8217;m in no obligation to provide it.</p>
<p>I might possibly have a quick run through this list tonight and try and answer some questions &#8211; or at least email the people directly. I can&#8217;t email you, Non Flame, because you didn&#8217;t give me a valid email address &#8211; but never mind, I&#8217;m responding here. Some of the queries probably <i>do</i> deserve a response as they&#8217;re directly related to my post and fairly technical. &#8220;Listing comments in the sidebar&#8221; is pretty much entirely unrelated to this post.</p>
<p>Finally, I think the tips I&#8217;ve provided here &#8211; which I worked out myself, remember &#8211; are enough to let other people explore further for themselves.</p>
<p>If you&#8217;ve got more direct, on-topic questions, I&#8217;d be happy to try to help, Non Flame, but I&#8217;m ludicrously busy at work right now. Still, it&#8217;ll go in my inbox, and I&#8217;ll get back to you when I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Non Flame</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-1251</link>
		<dc:creator>Non Flame</dc:creator>
		<pubDate>Tue, 13 Dec 2005 00:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-1251</guid>
		<description>This is great code (if you explained the &#039;display code code here&#039; bit)

But the support you&#039;re providing seems lacking, not an attack or anything it&#039;s just that people asked for help a long time ago. I need help with this, but know I won&#039;t receive it. That being said, you&#039;ve brought me closer to understanding how to do this more then any other site (and I&#039;ve been looking for weeks).

So thanks :)</description>
		<content:encoded><![CDATA[<p>This is great code (if you explained the &#8216;display code code here&#8217; bit)</p>
<p>But the support you&#8217;re providing seems lacking, not an attack or anything it&#8217;s just that people asked for help a long time ago. I need help with this, but know I won&#8217;t receive it. That being said, you&#8217;ve brought me closer to understanding how to do this more then any other site (and I&#8217;ve been looking for weeks).</p>
<p>So thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-1146</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 10 Nov 2005 18:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-1146</guid>
		<description>I am looking to list my comments in the sidebar with the post in the main part of the page. Can this be done?</description>
		<content:encoded><![CDATA[<p>I am looking to list my comments in the sidebar with the post in the main part of the page. Can this be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-914</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 29 Sep 2005 20:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-914</guid>
		<description>Ahhh... thank you so much.</description>
		<content:encoded><![CDATA[<p>Ahhh&#8230; thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pamG</title>
		<link>http://infovore.org/archives/2005/04/12/multiple-loops/comment-page-1/#comment-723</link>
		<dc:creator>pamG</dc:creator>
		<pubDate>Sat, 06 Aug 2005 19:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://infovore.org/archives/2005/04/12/multiple-loops-on-the-same-page-in-wordpress-15/#comment-723</guid>
		<description>Thank you so much for this clarification. I have one lingering question, as the Codex offers zip on the issue: is there a point where the number of loops, combined with the number of posts, would sort of max out, and start causing MySQL &quot;out of memory&quot; error messages? By way of example, I came to WP from b2evolution. I converted those blogs to parent cats. I&#039;ve already done the multiple loop deal on some parent-cat pages, which have only a few child-cats and relatively small # of posts. But I&#039;m too paranoid to even attempt the same with a larger parent-cat. It has about 15 child-cats, and that combo page would have 400-500 posts (titles, dates only -- like an index). I backed up the DB, but as a newbie, frankly, I&#039;m too fearful to try it --- without at least some confirmation that I&#039;m not begging for trouble.

Again, many thanks.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this clarification. I have one lingering question, as the Codex offers zip on the issue: is there a point where the number of loops, combined with the number of posts, would sort of max out, and start causing MySQL &#8220;out of memory&#8221; error messages? By way of example, I came to WP from b2evolution. I converted those blogs to parent cats. I&#8217;ve already done the multiple loop deal on some parent-cat pages, which have only a few child-cats and relatively small # of posts. But I&#8217;m too paranoid to even attempt the same with a larger parent-cat. It has about 15 child-cats, and that combo page would have 400-500 posts (titles, dates only &#8212; like an index). I backed up the DB, but as a newbie, frankly, I&#8217;m too fearful to try it &#8212; without at least some confirmation that I&#8217;m not begging for trouble.</p>
<p>Again, many thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

