<?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: How To Set Up Numbered Page Navigation In Thesis</title>
	<atom:link href="http://www.artofblog.com/thesis-page-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artofblog.com/thesis-page-navigation/</link>
	<description>The Art of How to Start and Run a Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jamez Issac</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-16218</link>
		<dc:creator>Jamez Issac</dc:creator>
		<pubDate>Sun, 25 Jul 2010 18:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-16218</guid>
		<description>Hey bro i use it this nav function on mi site but it showing small font and numbering size as well 
how can i improve it .. 
take care mate</description>
		<content:encoded><![CDATA[<p>Hey bro i use it this nav function on mi site but it showing small font and numbering size as well<br />
how can i improve it ..<br />
take care mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-16148</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Sat, 24 Jul 2010 03:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-16148</guid>
		<description>Thanks Adam !   Great way to avoid a plugin. I got rid of two plugins after this tutorial which I used for Thesis paging.</description>
		<content:encoded><![CDATA[<p>Thanks Adam !   Great way to avoid a plugin. I got rid of two plugins after this tutorial which I used for Thesis paging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-16101</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 23 Jul 2010 03:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-16101</guid>
		<description>Hi Adam, I&#039;m trying to get this to work for my tag pages as well. I spent the last couple hours playing with the code and was able to get it to show up in the tag pages if I replace if(!is_catergory with if(!is_tag.
But when I try to add elseif(!is_tag it doesn&#039;t do anything. Now I&#039;m kinda clued out as to what sORDER and sGROUP stand for, maybe you could clue me in.

I also tried creating a separate function called numbered_tag_nav, but that whole area with !is_single and !is_category screws me up.

Last but not least, I&#039;m also trying to figure out how to have it return tag pages based on 10 per page instead of the current settings I have for the home page which is 25 per page. (this is why I though a separate function specific to tag pages would be good, but I couldn&#039;t figure out how to do it)

Many thanks
  Dave</description>
		<content:encoded><![CDATA[<p>Hi Adam, I&#8217;m trying to get this to work for my tag pages as well. I spent the last couple hours playing with the code and was able to get it to show up in the tag pages if I replace if(!is_catergory with if(!is_tag.<br />
But when I try to add elseif(!is_tag it doesn&#8217;t do anything. Now I&#8217;m kinda clued out as to what sORDER and sGROUP stand for, maybe you could clue me in.</p>
<p>I also tried creating a separate function called numbered_tag_nav, but that whole area with !is_single and !is_category screws me up.</p>
<p>Last but not least, I&#8217;m also trying to figure out how to have it return tag pages based on 10 per page instead of the current settings I have for the home page which is 25 per page. (this is why I though a separate function specific to tag pages would be good, but I couldn&#8217;t figure out how to do it)</p>
<p>Many thanks<br />
  Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amílcar Tavares</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-15706</link>
		<dc:creator>Amílcar Tavares</dc:creator>
		<pubDate>Tue, 13 Jul 2010 23:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-15706</guid>
		<description>Thank You!!! I&#039;ve been looking for this for a almost year!</description>
		<content:encoded><![CDATA[<p>Thank You!!! I&#8217;ve been looking for this for a almost year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dNoxs</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-15705</link>
		<dc:creator>dNoxs</dc:creator>
		<pubDate>Tue, 13 Jul 2010 22:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-15705</guid>
		<description>thanks for trick pagenavi, I have use this trick :D</description>
		<content:encoded><![CDATA[<p>thanks for trick pagenavi, I have use this trick :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14916</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 04 Jul 2010 06:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14916</guid>
		<description>Hi Adam, I spent some time looking over your code, and took a guess at removing the last number (which worked) and then guessed that &lt;code&gt;Page $paged of $max_page&lt;/code&gt; was the piece of code I needed to remove to make the page navigation intro numbers disappear, and it was as well. 

Thanks for using sensible naming conventions in your code so that I could decipher it even though I&#039;m a noob to php coding.

 Cheers, Dave</description>
		<content:encoded><![CDATA[<p>Hi Adam, I spent some time looking over your code, and took a guess at removing the last number (which worked) and then guessed that <code>Page $paged of $max_page</code> was the piece of code I needed to remove to make the page navigation intro numbers disappear, and it was as well. </p>
<p>Thanks for using sensible naming conventions in your code so that I could decipher it even though I&#8217;m a noob to php coding.</p>
<p> Cheers, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utkarsh</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14863</link>
		<dc:creator>Utkarsh</dc:creator>
		<pubDate>Sat, 03 Jul 2010 06:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14863</guid>
		<description>Awesome! You just saved me from plugin hell - one step towards being plugin free (well, almost) :D</description>
		<content:encoded><![CDATA[<p>Awesome! You just saved me from plugin hell &#8211; one step towards being plugin free (well, almost) :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14846</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 02 Jul 2010 20:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14846</guid>
		<description>Hey Adam, my guess was right. The fact that custom functions php refused to allow the code to even be posted was what led to that diagnosis, as normally it would allow the code to be posted and then if the code was wrong, futz up your site until you manually sftp&#039;d to it to change the &#039;offending code&#039;. 

So I tried just using sftp to securely paste that code into custom functions php and then it worked. 

I must have some security settings that don&#039;t allow for certain function calls to be placed in custom functions php through wordpress, as I&#039;ve been editing it through wordpress admin without running into this error up till now. 

 Thanks for the code (as I really didn&#039;t want to have to add another plugin) and for your quick responses.

 Cheers, Dave

PS is there an easy way to adjust the code so that it doesn&#039;t always show the first and last pages, or so that it only always shows the first page?</description>
		<content:encoded><![CDATA[<p>Hey Adam, my guess was right. The fact that custom functions php refused to allow the code to even be posted was what led to that diagnosis, as normally it would allow the code to be posted and then if the code was wrong, futz up your site until you manually sftp&#8217;d to it to change the &#8216;offending code&#8217;. </p>
<p>So I tried just using sftp to securely paste that code into custom functions php and then it worked. </p>
<p>I must have some security settings that don&#8217;t allow for certain function calls to be placed in custom functions php through wordpress, as I&#8217;ve been editing it through wordpress admin without running into this error up till now. </p>
<p> Thanks for the code (as I really didn&#8217;t want to have to add another plugin) and for your quick responses.</p>
<p> Cheers, Dave</p>
<p>PS is there an easy way to adjust the code so that it doesn&#8217;t always show the first and last pages, or so that it only always shows the first page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Baird</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14844</link>
		<dc:creator>Adam Baird</dc:creator>
		<pubDate>Fri, 02 Jul 2010 19:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14844</guid>
		<description>Its entirely possible that the htaccess is the problem.  Its impossible to know without taking a look at your code, but I&#039;ve never heard of anyone having this problem.  

You might try temporarily removing the custom rules and see if that solves the problem.  You would at least know that was the problem.  Hope that helps!</description>
		<content:encoded><![CDATA[<p>Its entirely possible that the htaccess is the problem.  Its impossible to know without taking a look at your code, but I&#8217;ve never heard of anyone having this problem.  </p>
<p>You might try temporarily removing the custom rules and see if that solves the problem.  You would at least know that was the problem.  Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14843</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 02 Jul 2010 19:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14843</guid>
		<description>Hi Adam, I&#039;m getting the &#039;You 404’d it. Gnarly, dude.&#039; within the content box of the page. The custom header and the right sidebar still show up, but the content box gives me a 404. 

When I click the back button, the &#039;offending code&#039; has been automatically removed from from the custom php file as though it was never pasted. Is it possible this problem I&#039;m having is related to custom htaccess security protocols I have on my site, or should this code not be affected by such. 

Thanks, Dave</description>
		<content:encoded><![CDATA[<p>Hi Adam, I&#8217;m getting the &#8216;You 404’d it. Gnarly, dude.&#8217; within the content box of the page. The custom header and the right sidebar still show up, but the content box gives me a 404. </p>
<p>When I click the back button, the &#8216;offending code&#8217; has been automatically removed from from the custom php file as though it was never pasted. Is it possible this problem I&#8217;m having is related to custom htaccess security protocols I have on my site, or should this code not be affected by such. </p>
<p>Thanks, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Baird</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14832</link>
		<dc:creator>Adam Baird</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14832</guid>
		<description>I&#039;ve yet to run this code with WP 3.0.  I&#039;m a bit baffled as to why this would happen though.  There&#039;s nothing in the code that should generate a 404.  

Just to be sure, are you getting the Thesis 404 page or a blank white screen with an error message?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve yet to run this code with WP 3.0.  I&#8217;m a bit baffled as to why this would happen though.  There&#8217;s nothing in the code that should generate a 404.  </p>
<p>Just to be sure, are you getting the Thesis 404 page or a blank white screen with an error message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ad</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14828</link>
		<dc:creator>ad</dc:creator>
		<pubDate>Fri, 02 Jul 2010 10:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14828</guid>
		<description>Dave, you should read this thread in the DIYthemes forum:

http://diythemes.com/forums/bug-reports/30722-bug-custom-file-editor-access-fatal-error.html</description>
		<content:encoded><![CDATA[<p>Dave, you should read this thread in the DIYthemes forum:</p>
<p><a href="http://diythemes.com/forums/bug-reports/30722-bug-custom-file-editor-access-fatal-error.html" rel="nofollow">http://diythemes.com/forums/bug-reports/30722-bug-custom-file-editor-access-fatal-error.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-14820</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 02 Jul 2010 03:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-14820</guid>
		<description>Hi, I&#039;m using Wordpress 3 and Thesis 1.7. When I cut and paste the custom php code into my custom file editor, and hit submit I get a 404 error (no other info). I thought it had something to do with the fact that I only have a 100 or so posts with 20 posts per page, so I changed the pages to display from 8 down to 4 and also 2, but no go. 

 Any thoughts on what might be causing this, could it be something with Wordpress 3?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m using Wordpress 3 and Thesis 1.7. When I cut and paste the custom php code into my custom file editor, and hit submit I get a 404 error (no other info). I thought it had something to do with the fact that I only have a 100 or so posts with 20 posts per page, so I changed the pages to display from 8 down to 4 and also 2, but no go. </p>
<p> Any thoughts on what might be causing this, could it be something with Wordpress 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-13568</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 15 Jun 2010 02:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-13568</guid>
		<description>Any tips on how to fix this error on pages? (such as 404 page)

Warning: Division by zero in /thesis_17/custom/custom_functions.php on line 79</description>
		<content:encoded><![CDATA[<p>Any tips on how to fix this error on pages? (such as 404 page)</p>
<p>Warning: Division by zero in /thesis_17/custom/custom_functions.php on line 79</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Baird</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-12827</link>
		<dc:creator>Adam Baird</dc:creator>
		<pubDate>Tue, 01 Jun 2010 11:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-12827</guid>
		<description>No.  I&#039;ll be posting a completely new tutorial on this next week.</description>
		<content:encoded><![CDATA[<p>No.  I&#8217;ll be posting a completely new tutorial on this next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radek</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-12824</link>
		<dc:creator>Radek</dc:creator>
		<pubDate>Tue, 01 Jun 2010 10:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-12824</guid>
		<description>Hi Adam

great post/tutorial especially if it helps me not use a plugin. Can you make it work for pagination of comments? If comments breaks into pages?

Thank you

R</description>
		<content:encoded><![CDATA[<p>Hi Adam</p>
<p>great post/tutorial especially if it helps me not use a plugin. Can you make it work for pagination of comments? If comments breaks into pages?</p>
<p>Thank you</p>
<p>R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ad</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-12820</link>
		<dc:creator>ad</dc:creator>
		<pubDate>Tue, 01 Jun 2010 06:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-12820</guid>
		<description>Is the code already updated? Can&#039;t see any changes.</description>
		<content:encoded><![CDATA[<p>Is the code already updated? Can&#8217;t see any changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Cheuvront</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-12563</link>
		<dc:creator>Matt Cheuvront</dc:creator>
		<pubDate>Thu, 27 May 2010 03:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-12563</guid>
		<description>Thanks for this tutorial - been looking for some help with hard-coding this without a plugin. Cheers my friend!</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial &#8211; been looking for some help with hard-coding this without a plugin. Cheers my friend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Quickstart Guide to Thesis Theme</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-12413</link>
		<dc:creator>The Ultimate Quickstart Guide to Thesis Theme</dc:creator>
		<pubDate>Mon, 24 May 2010 22:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-12413</guid>
		<description>[...] How To Set Up Numbered Page Navigation In Thesis [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Set Up Numbered Page Navigation In Thesis [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ad</title>
		<link>http://www.artofblog.com/thesis-page-navigation/#comment-12297</link>
		<dc:creator>ad</dc:creator>
		<pubDate>Fri, 21 May 2010 13:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1221#comment-12297</guid>
		<description>Ah, sure - i&#039;m excluding the posts of one category for having a sideblog. That&#039;s it, right?</description>
		<content:encoded><![CDATA[<p>Ah, sure &#8211; i&#8217;m excluding the posts of one category for having a sideblog. That&#8217;s it, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
