<?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: posts_per_page</title>
	<atom:link href="http://ifacethoughts.net/2006/07/11/posts_per_page/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifacethoughts.net/2006/07/11/posts_per_page/</link>
	<description>Thoughts on software development and related, by Abhijit Nadgouda</description>
	<lastBuildDate>Wed, 17 Mar 2010 22:27:34 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steven</title>
		<link>http://ifacethoughts.net/2006/07/11/posts_per_page/comment-page-1/#comment-341890</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 10 Nov 2008 11:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://ifacethoughts.net/2006/07/11/posts_per_page/#comment-341890</guid>
		<description>Code edit to last post. This is the correct code.

&lt;code&gt;query_vars[&quot;posts_per_page&quot;] = 3; $wp_query-&gt;get_posts(); ?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Code edit to last post. This is the correct code.</p>
<p><code>query_vars["posts_per_page"] = 3; $wp_query-&gt;get_posts(); ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://ifacethoughts.net/2006/07/11/posts_per_page/comment-page-1/#comment-341889</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 10 Nov 2008 11:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://ifacethoughts.net/2006/07/11/posts_per_page/#comment-341889</guid>
		<description>Good post. It did not have the complete answer I was looking for, but lead to it. I have this posted within my index.php prior to the loop that displays my posts. It is set in a &quot;Recent Posts&quot; section and my main page displays the recent 3 posts.

query_vars[&quot;posts_per_page&quot;] = 3; $wp_query-&gt;get_posts(); ?&gt;

Thanks for the help</description>
		<content:encoded><![CDATA[<p>Good post. It did not have the complete answer I was looking for, but lead to it. I have this posted within my index.php prior to the loop that displays my posts. It is set in a &#8220;Recent Posts&#8221; section and my main page displays the recent 3 posts.</p>
<p>query_vars["posts_per_page"] = 3; $wp_query-&gt;get_posts(); ?&gt;</p>
<p>Thanks for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Global Variables &#124; iface thoughts</title>
		<link>http://ifacethoughts.net/2006/07/11/posts_per_page/comment-page-1/#comment-118184</link>
		<dc:creator>Wordpress Global Variables &#124; iface thoughts</dc:creator>
		<pubDate>Tue, 23 Oct 2007 14:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://ifacethoughts.net/2006/07/11/posts_per_page/#comment-118184</guid>
		<description>[...] $posts_per_page [...]</description>
		<content:encoded><![CDATA[<p>[...] $posts_per_page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit Nadgouda&#8217;s List of WordPress Global Variables &#171; Lorelle on WordPress</title>
		<link>http://ifacethoughts.net/2006/07/11/posts_per_page/comment-page-1/#comment-1950</link>
		<dc:creator>Abhijit Nadgouda&#8217;s List of WordPress Global Variables &#171; Lorelle on WordPress</dc:creator>
		<pubDate>Fri, 24 Nov 2006 08:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://ifacethoughts.net/2006/07/11/posts_per_page/#comment-1950</guid>
		<description>[...] Post and Page Variables: wp_query, posts, more, posts_per_page, max_num_pages, numpages, page, pages, multipage, paged, post, id, authordata, post_cache, category_cache, and post_meta_cache [...]</description>
		<content:encoded><![CDATA[<p>[...] Post and Page Variables: wp_query, posts, more, posts_per_page, max_num_pages, numpages, page, pages, multipage, paged, post, id, authordata, post_cache, category_cache, and post_meta_cache [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
