<?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: Secondary WordPress Loops</title>
	<atom:link href="http://www.warkensoft.com/2009/12/secondary-wordpress-loops/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warkensoft.com/2009/12/secondary-wordpress-loops/</link>
	<description>PHP scripts, programs and downloads for use by webmasters around the world.</description>
	<lastBuildDate>Wed, 14 Jul 2010 20:18:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Loren</title>
		<link>http://www.warkensoft.com/2009/12/secondary-wordpress-loops/comment-page-1/#comment-21359</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.warkensoft.com/?p=315#comment-21359</guid>
		<description>hmmm.... how to make the code show up as text?</description>
		<content:encoded><![CDATA[<p>hmmm&#8230;. how to make the code show up as text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren</title>
		<link>http://www.warkensoft.com/2009/12/secondary-wordpress-loops/comment-page-1/#comment-21358</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.warkensoft.com/?p=315#comment-21358</guid>
		<description>I guess I don&#039;t understand why one would want to reuse the $wp_query variable.  Why not just create a new variable such as $myNew_query = new WP_Query(); and just leave the original $wp_query as is and run any secondary loops on their own named query objects?
    `Five Most Recent Articles on...`
	  `
        ``
          `have_posts()) : $recentPosts-&gt;the_post(); ?&gt;`
                `&lt;a href=&quot;&quot; rel=&quot;bookmark&quot;&gt;&lt;/a&gt; by `
          ``
        ``
That way in the code the variable naming can make it is clear what this particular snippet is doing.</description>
		<content:encoded><![CDATA[<p>I guess I don&#8217;t understand why one would want to reuse the $wp_query variable.  Why not just create a new variable such as $myNew_query = new WP_Query(); and just leave the original $wp_query as is and run any secondary loops on their own named query objects?<br />
    `Five Most Recent Articles on&#8230;`<br />
	  `<br />
        &#8220;<br />
          `have_posts()) : $recentPosts-&gt;the_post(); ?&gt;`<br />
                `&lt;a href=&quot;&#8221; rel=&#8221;bookmark&#8221;&gt; by `<br />
          &#8220;<br />
        &#8220;<br />
That way in the code the variable naming can make it is clear what this particular snippet is doing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
