<?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: Fix pagination when using query_posts() in WordPress</title>
	<atom:link href="http://www.henriemedia.com/blog/web-applications/fix-pagination-when-using-query_posts-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henriemedia.com/blog/web-applications/fix-pagination-when-using-query_posts-in-wordpress/</link>
	<description>The faculty of intelligence and reason.</description>
	<lastBuildDate>Mon, 16 Aug 2010 11:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Philip Barron</title>
		<link>http://www.henriemedia.com/blog/web-applications/fix-pagination-when-using-query_posts-in-wordpress/comment-page-1/#comment-1259</link>
		<dc:creator>Philip Barron</dc:creator>
		<pubDate>Fri, 18 Jun 2010 21:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriemedia.com/blog/?p=451#comment-1259</guid>
		<description>Helped immensely, and taught me something, too. Thanks!</description>
		<content:encoded><![CDATA[<p>Helped immensely, and taught me something, too. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.henriemedia.com/blog/web-applications/fix-pagination-when-using-query_posts-in-wordpress/comment-page-1/#comment-1253</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Fri, 14 May 2010 13:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriemedia.com/blog/?p=451#comment-1253</guid>
		<description>Perfect. Thanks.</description>
		<content:encoded><![CDATA[<p>Perfect. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scribble30</title>
		<link>http://www.henriemedia.com/blog/web-applications/fix-pagination-when-using-query_posts-in-wordpress/comment-page-1/#comment-1218</link>
		<dc:creator>scribble30</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriemedia.com/blog/?p=451#comment-1218</guid>
		<description>How would I get pagination to work with the following query?


            $cat,
   &#039;showposts&#039; =&gt; $showposts,
   &#039;caller_get_posts&#039; =&gt; $do_not_show_stickies
   );
$my_query = new WP_Query($args); 

?&gt;


	have_posts() ) : ?&gt;

		have_posts()) : $my_query-&gt;the_post(); ?&gt;
			in_the_loop = true;
			?&gt;</description>
		<content:encoded><![CDATA[<p>How would I get pagination to work with the following query?</p>
<p>            $cat,<br />
   &#8216;showposts&#8217; =&gt; $showposts,<br />
   &#8216;caller_get_posts&#8217; =&gt; $do_not_show_stickies<br />
   );<br />
$my_query = new WP_Query($args); </p>
<p>?&gt;</p>
<p>	have_posts() ) : ?&gt;</p>
<p>		have_posts()) : $my_query-&gt;the_post(); ?&gt;<br />
			in_the_loop = true;<br />
			?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
