<?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 on query_posts()</title>
	<atom:link href="http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/</link>
	<description>portfolio of michael ciccarelli, freelance web designer/developer.</description>
	<lastBuildDate>Thu, 02 Jun 2011 21:06:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Josh</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-10732</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 02 Jun 2011 21:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-10732</guid>
		<description>You rock! Thanks!</description>
		<content:encoded><![CDATA[<p>You rock! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathish</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-10571</link>
		<dc:creator>Sathish</dc:creator>
		<pubDate>Wed, 27 Apr 2011 16:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-10571</guid>
		<description>Thanks a ton.. Exactly What I needed..</description>
		<content:encoded><![CDATA[<p>Thanks a ton.. Exactly What I needed..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Johnson</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-10570</link>
		<dc:creator>Jay Johnson</dc:creator>
		<pubDate>Wed, 27 Apr 2011 03:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-10570</guid>
		<description>Thank you! Thank you! Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you! Thank you! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simona</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-10214</link>
		<dc:creator>simona</dc:creator>
		<pubDate>Fri, 11 Mar 2011 21:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-10214</guid>
		<description>too too too too many thanks!!! too much helpfull!!!!</description>
		<content:encoded><![CDATA[<p>too too too too many thanks!!! too much helpfull!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-10154</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 02 Mar 2011 18:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-10154</guid>
		<description>This got me out of a fix that had me for hours, just wanted to say thank you very much.</description>
		<content:encoded><![CDATA[<p>This got me out of a fix that had me for hours, just wanted to say thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabbir</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-8619</link>
		<dc:creator>sabbir</dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-8619</guid>
		<description>That&#039;s strange. It&#039;s not working for me. I am using wordpress 3.0.1.
Like Dwaynne, navigation shows up but it stays on the 1st page.
My code as follows.

$paged=(get_query_var(&#039;paged&#039;))?get_query_var(&#039;paged&#039;):1;
query_posts(&quot;cat=4&amp;paged=$paged&quot;);</description>
		<content:encoded><![CDATA[<p>That&#8217;s strange. It&#8217;s not working for me. I am using wordpress 3.0.1.<br />
Like Dwaynne, navigation shows up but it stays on the 1st page.<br />
My code as follows.</p>
<p>$paged=(get_query_var(&#8216;paged&#8217;))?get_query_var(&#8216;paged&#8217;):1;<br />
query_posts(&#8220;cat=4&amp;paged=$paged&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-8077</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 12 Oct 2010 22:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-8077</guid>
		<description>Chk email Dwaynne</description>
		<content:encoded><![CDATA[<p>Chk email Dwaynne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwaynne</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-8037</link>
		<dc:creator>Dwaynne</dc:creator>
		<pubDate>Tue, 12 Oct 2010 09:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-8037</guid>
		<description>Hi, Michael -

No luck for me with this one. The pagenavi shows up, but clicking the numbers doesn&#039;t advance the pages at all. The pages are numbered in the browser&#039;s address bar, but the query still returns the same data. My code as follows:



  


			
&lt;a href=&quot;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &quot;&gt;&lt;/a&gt;
				
ID)) {
     echo &quot;&quot;.userphoto($curauth).&quot;&quot;;
} else {
     echo &quot;&quot;.get_avatar($curauth-&gt;ID, 64).&quot;&quot;;
}?&gt;
 by &lt;strong&gt;&lt;/strong&gt;

				
			

		
       
&lt;!-- Page Navigation --&gt;
    
    
        
    
    
    
        
        
    
    </description>
		<content:encoded><![CDATA[<p>Hi, Michael -</p>
<p>No luck for me with this one. The pagenavi shows up, but clicking the numbers doesn&#8217;t advance the pages at all. The pages are numbered in the browser&#8217;s address bar, but the query still returns the same data. My code as follows:</p>
<p>&lt;a href=&quot;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link to &#8220;&gt;</p>
<p>ID)) {<br />
     echo &#8220;&#8221;.userphoto($curauth).&#8221;";<br />
} else {<br />
     echo &#8220;&#8221;.get_avatar($curauth-&gt;ID, 64).&#8221;";<br />
}?&gt;<br />
 by <strong></strong></p>
<p><!-- Page Navigation --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-7756</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 25 Sep 2010 06:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-7756</guid>
		<description>Very very good sir, thank you so much for this! I have been looking for about 3 days for this.</description>
		<content:encoded><![CDATA[<p>Very very good sir, thank you so much for this! I have been looking for about 3 days for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asheville Web Designer</title>
		<link>http://www.scriptflipper.com/2008/07/fix-pagination-on-query-posts/comment-page-3/#comment-7003</link>
		<dc:creator>Asheville Web Designer</dc:creator>
		<pubDate>Thu, 02 Sep 2010 16:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://michaelciccarelli.com/?p=254#comment-7003</guid>
		<description>Really appreciate your post.  I was able to use a piece of that code to fix my problem.  Yay for query pagination!</description>
		<content:encoded><![CDATA[<p>Really appreciate your post.  I was able to use a piece of that code to fix my problem.  Yay for query pagination!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

