<?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: Comments Pagination &#8211; Wordpress &#8211; Bug Fixed!</title>
	<atom:link href="http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/</link>
	<description>About Me and Wordpress</description>
	<lastBuildDate>Wed, 14 Jul 2010 18:48:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ILIA</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-155</link>
		<dc:creator>ILIA</dc:creator>
		<pubDate>Fri, 21 May 2010 22:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-155</guid>
		<description>@Jeff,
 $comments = array_reverse($comments, true);
 $comments = array_slice($comments, intval(($apage-1)*$comments_per_page), intval($comments_per_page));</description>
		<content:encoded><![CDATA[<p>@Jeff,<br />
 $comments = array_reverse($comments, true);<br />
 $comments = array_slice($comments, intval(($apage-1)*$comments_per_page), intval($comments_per_page));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-150</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 11 May 2010 21:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-150</guid>
		<description>Thank you!!</description>
		<content:encoded><![CDATA[<p>Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SouthWind43</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-38</link>
		<dc:creator>SouthWind43</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-38</guid>
		<description>Could it be that the affects of Food Inc. ,</description>
		<content:encoded><![CDATA[<p>Could it be that the affects of Food Inc. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubz</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-37</link>
		<dc:creator>ubz</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-37</guid>
		<description>I was searching for something like this since 2 days. I am actually converting my html site into wordpress and my html site comments had some extra fields and different pagination requirements. And your code has helped me achieve that! Thanks a Lot!</description>
		<content:encoded><![CDATA[<p>I was searching for something like this since 2 days. I am actually converting my html site into wordpress and my html site comments had some extra fields and different pagination requirements. And your code has helped me achieve that! Thanks a Lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaymin Patel</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-/#comment-40</link>
		<dc:creator>Jaymin Patel</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-40</guid>
		<description>@Jeff, this solution works with earlier versions of wordpress not with the one came out with comments pagination. You can get rid of wordpress core pagination in the template, if there is any, and try only this one. This should work stand alone in your template comments.php file.</description>
		<content:encoded><![CDATA[<p>@Jeff, this solution works with earlier versions of wordpress not with the one came out with comments pagination. You can get rid of wordpress core pagination in the template, if there is any, and try only this one. This should work stand alone in your template comments.php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-39</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-39</guid>
		<description>Can you please explain what exactly this bug fixes?

I am having an issue that might be related to this.  I have comments per page set to 5 in the admin panel.  When a post has 6 comments, it will display 1 comment on the first page, and then 5 comments when you click &quot;Older Comments.&quot;  I basically want to reverse this behavior, with 5 comments showing up first, then when you click &quot;Older Comments&quot;, it shows 1 comment.  If you could please post here or email me, I would appreciate it!</description>
		<content:encoded><![CDATA[<p>Can you please explain what exactly this bug fixes?</p>
<p>I am having an issue that might be related to this.  I have comments per page set to 5 in the admin panel.  When a post has 6 comments, it will display 1 comment on the first page, and then 5 comments when you click &#8220;Older Comments.&#8221;  I basically want to reverse this behavior, with 5 comments showing up first, then when you click &#8220;Older Comments&#8221;, it shows 1 comment.  If you could please post here or email me, I would appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaymin Patel</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-36</link>
		<dc:creator>Jaymin Patel</dc:creator>
		<pubDate>Mon, 27 Oct 2008 18:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-36</guid>
		<description>Jonathan, you can try http://php.net/array_reverse</description>
		<content:encoded><![CDATA[<p>Jonathan, you can try <a href="http://php.net/array_reverse" rel="nofollow">http://php.net/array_reverse</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-35</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 05 Oct 2008 22:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-35</guid>
		<description>Also is there a way to reverse the order, newest first?</description>
		<content:encoded><![CDATA[<p>Also is there a way to reverse the order, newest first?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-34</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 05 Oct 2008 22:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-34</guid>
		<description>Also is there a way to have the most recent comments first? In other words in &quot;descending&quot; order rather than the oldest post on the first page of comments?

Thanks again, this is wonderful NOT to have to use a plugin!

J</description>
		<content:encoded><![CDATA[<p>Also is there a way to have the most recent comments first? In other words in &#8220;descending&#8221; order rather than the oldest post on the first page of comments?</p>
<p>Thanks again, this is wonderful NOT to have to use a plugin!</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.jayminkapish.com/2008/06/13/comments-pagination-wordpress/comment-page-1/#comment-32</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 05 Oct 2008 21:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kapish.co.in/?p=28#comment-32</guid>
		<description>I am building my first template and would like to know how to customize the format for this? I don&#039;t see anything that call the &#039;next&#039; or &#039;previous&#039; or even the numbers in the pagination. Any help would be appreciated!

Thanks in advance,

J. D. Payne</description>
		<content:encoded><![CDATA[<p>I am building my first template and would like to know how to customize the format for this? I don&#8217;t see anything that call the &#8216;next&#8217; or &#8216;previous&#8217; or even the numbers in the pagination. Any help would be appreciated!</p>
<p>Thanks in advance,</p>
<p>J. D. Payne</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.jayminkapish.com @ 2010-07-30 06:30:24 by W3 Total Cache -->