<?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 WP_Query in WordPress 2.7</title>
	<atom:link href="http://masseltech.com/2009/03/using-wp_query-in-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://masseltech.com/2009/03/using-wp_query-in-wordpress-27/</link>
	<description>Because sometimes I have good ideas too</description>
	<lastBuildDate>Thu, 17 May 2012 03:28:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jeremy.massel</title>
		<link>http://masseltech.com/2009/03/using-wp_query-in-wordpress-27/comment-page-1/#comment-6</link>
		<dc:creator>jeremy.massel</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=21#comment-6</guid>
		<description>That&#039;s a good way of doing it too! I just like using the loop. Old habits die hard ;)</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good way of doing it too! I just like using the loop. Old habits die hard ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Youngman</title>
		<link>http://masseltech.com/2009/03/using-wp_query-in-wordpress-27/comment-page-1/#comment-4</link>
		<dc:creator>Nathan Youngman</dc:creator>
		<pubDate>Fri, 27 Mar 2009 16:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=21#comment-4</guid>
		<description>Oh, I should add to that... it returns an array of posts in whatever variable you like. Then you can do something like &lt;code&gt;&lt;?php foreach($latest_articles as $post): ?&gt;&lt;/code&gt; By assigning each element to $post, you can still use the_permalink(), the_title(), etc. If you need to use the $post you&#039;re on again in the footer or somewhere, then you just need to copy it to another variable first. Have fun!</description>
		<content:encoded><![CDATA[<p>Oh, I should add to that&#8230; it returns an array of posts in whatever variable you like. Then you can do something like <code>&lt;?php foreach($latest_articles as $post): ?&gt;</code> By assigning each element to $post, you can still use the_permalink(), the_title(), etc. If you need to use the $post you&#8217;re on again in the footer or somewhere, then you just need to copy it to another variable first. Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Youngman</title>
		<link>http://masseltech.com/2009/03/using-wp_query-in-wordpress-27/comment-page-1/#comment-3</link>
		<dc:creator>Nathan Youngman</dc:creator>
		<pubDate>Fri, 27 Mar 2009 16:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://masseltech.com/?p=21#comment-3</guid>
		<description>You can also use get_posts() with an array of parameters, one being &#039;post_type&#039; =&gt; &#039;page&#039;.</description>
		<content:encoded><![CDATA[<p>You can also use get_posts() with an array of parameters, one being &#8216;post_type&#8217; =&gt; &#8216;page&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: masseltech.com @ 2012-05-18 18:04:14 -->
