<?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: Paginate Your Site Like Digg</title>
	<atom:link href="http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:58:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ed Campbell</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-17284</link>
		<dc:creator>Ed Campbell</dc:creator>
		<pubDate>Wed, 01 Feb 2012 01:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-17284</guid>
		<description>correction: it was GET.  The sort order variable was overwriting the pagination variable.</description>
		<content:encoded><![CDATA[<p>correction: it was GET.  The sort order variable was overwriting the pagination variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Campbell</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-17267</link>
		<dc:creator>Ed Campbell</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-17267</guid>
		<description>Nevermind.  Figured it out.   It was POST, but by concatenating the sort order variable to the page variable in the url it works fine.</description>
		<content:encoded><![CDATA[<p>Nevermind.  Figured it out.   It was POST, but by concatenating the sort order variable to the page variable in the url it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Campbell</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-17243</link>
		<dc:creator>Ed Campbell</dc:creator>
		<pubDate>Mon, 30 Jan 2012 23:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-17243</guid>
		<description>Works great, that is, until I try to sort.  My data is displayed in a table and each column header  has an a tag that calls for a sort order by that column heading.  First page sorts, but after that everything reverts to the default sort order.  I thought that using the GET method was the culprit, but trials with POST yields the same result.  Any ideas?  Do you need more info?  Thanks.</description>
		<content:encoded><![CDATA[<p>Works great, that is, until I try to sort.  My data is displayed in a table and each column header  has an a tag that calls for a sort order by that column heading.  First page sorts, but after that everything reverts to the default sort order.  I thought that using the GET method was the culprit, but trials with POST yields the same result.  Any ideas?  Do you need more info?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-13168</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-13168</guid>
		<description>Put the pagination function in another file you are including (functions.php, lib.php, etc) and then use the function to generate the pagination.</description>
		<content:encoded><![CDATA[<p>Put the pagination function in another file you are including (functions.php, lib.php, etc) and then use the function to generate the pagination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-13167</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-13167</guid>
		<description>Are you using the function? That&#039;s the way to go. The other code is mostly so you can figure out how it works. The function should work as long as you are passing all of the parameters.</description>
		<content:encoded><![CDATA[<p>Are you using the function? That&#8217;s the way to go. The other code is mostly so you can figure out how it works. The function should work as long as you are passing all of the parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-13165</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-13165</guid>
		<description>Are you including the css file properly in the head section of your site?</description>
		<content:encoded><![CDATA[<p>Are you including the css file properly in the head section of your site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-13164</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-13164</guid>
		<description>The code should be complete. It will break though if you don&#039;t have a database setup like that. You will need to tweak the code in the DB setup portion to get it to work on your server. I can&#039;t give you a DB easily to test against.</description>
		<content:encoded><![CDATA[<p>The code should be complete. It will break though if you don&#8217;t have a database setup like that. You will need to tweak the code in the DB setup portion to get it to work on your server. I can&#8217;t give you a DB easily to test against.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leonidas</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-12238</link>
		<dc:creator>leonidas</dc:creator>
		<pubDate>Fri, 20 May 2011 22:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-12238</guid>
		<description>Hello!!!
First i want to say that your tutorial is perfect!But it is the first time i use pagination and i have some problems...is there any example which has all the source code???from the start to the end..all the body!!
Thank you very much</description>
		<content:encoded><![CDATA[<p>Hello!!!<br />
First i want to say that your tutorial is perfect!But it is the first time i use pagination and i have some problems&#8230;is there any example which has all the source code???from the start to the end..all the body!!<br />
Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-12188</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 18 May 2011 09:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-12188</guid>
		<description>only the results apperas the css dont</description>
		<content:encoded><![CDATA[<p>only the results apperas the css dont</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usws</title>
		<link>http://www.strangerstudios.com/blog/2006/07/paginate-your-site-like-digg/#comment-11821</link>
		<dc:creator>usws</dc:creator>
		<pubDate>Wed, 04 May 2011 18:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangerstudios.com/blog/2006/07/07/paginate-your-site-like-digg/#comment-11821</guid>
		<description>Hi, your code&#039;s really useful for what I&#039;m doing but the next and previous buttons aren&#039;t showing after I put the whole code inside a php file and included it in pagination.php along with &quot;&quot; at the bottom. The loop limit works though. 

Is it necessary to have the whole code in a single file?

Thank you for your time and effort, really appreciate it!</description>
		<content:encoded><![CDATA[<p>Hi, your code&#8217;s really useful for what I&#8217;m doing but the next and previous buttons aren&#8217;t showing after I put the whole code inside a php file and included it in pagination.php along with &#8220;&#8221; at the bottom. The loop limit works though. </p>
<p>Is it necessary to have the whole code in a single file?</p>
<p>Thank you for your time and effort, really appreciate it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

