<?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: Conditional page/post navigation links in WordPress (redux)</title>
	<atom:link href="http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/</link>
	<description></description>
	<lastBuildDate>Thu, 19 Aug 2010 00:34:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Eric Martin</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9428</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Sat, 05 Sep 2009 21:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9428</guid>
		<description>@Min Min- &lt;code&gt;max_num_pages&lt;/code&gt; is calculated using those variables, so you should be fine comparing it it to 1.

@Tracy - Sounds like a WordPress issue, not something caused by this code. It could be any number of things...

@Jeff - good catch, thanks! I&#039;ve updated the post with the correction.</description>
		<content:encoded><![CDATA[<p>@Min Min- <code>max_num_pages</code> is calculated using those variables, so you should be fine comparing it it to 1.</p>
<p>@Tracy - Sounds like a WordPress issue, not something caused by this code. It could be any number of things...</p>
<p>@Jeff - good catch, thanks! I've updated the post with the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9426</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 05 Sep 2009 13:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9426</guid>
		<description>Don&#039;t you want to update archive.php not archives.php?  Just curious.  That might confuse folks too.</description>
		<content:encoded><![CDATA[<p>Don't you want to update archive.php not archives.php?  Just curious.  That might confuse folks too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9406</link>
		<dc:creator>Tracy</dc:creator>
		<pubDate>Fri, 04 Sep 2009 20:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9406</guid>
		<description>Very helpful code. But for some reason, when I click on older entries, none of the posts show up! Help?</description>
		<content:encoded><![CDATA[<p>Very helpful code. But for some reason, when I click on older entries, none of the posts show up! Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reino</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9222</link>
		<dc:creator>Reino</dc:creator>
		<pubDate>Mon, 31 Aug 2009 07:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9222</guid>
		<description>Great and simple solution that I am using at almost all my wordpress projects! Thanks mate!</description>
		<content:encoded><![CDATA[<p>Great and simple solution that I am using at almost all my wordpress projects! Thanks mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatomy of an HTML5 Wordpress theme &#8212; Nicolas Gallagher — Blog &#38; Ephemera</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9039</link>
		<dc:creator>Anatomy of an HTML5 Wordpress theme &#8212; Nicolas Gallagher — Blog &#38; Ephemera</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-9039</guid>
		<description>[...] Source: Eric Martin &#8211; Conditional navigation links in WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: Eric Martin &#8211; Conditional navigation links in WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Min Min</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8409</link>
		<dc:creator>Min Min</dc:creator>
		<pubDate>Mon, 18 May 2009 18:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8409</guid>
		<description>Hi,
Good job!
However, you have hardcoded the max_num_pages to compare with 1.
At my site &lt;a href=&quot;http://www.learnchineseeveryday.com/&quot; rel=&quot;nofollow&quot;&gt;learn chinese online&lt;/a&gt;, I have used Custom Post Limits plugin from http://coffee2code.com/wp-plugins/custom-post-limits/ where it allows users to define the limits for front page, categories, archives,etc.

Currently I fixed the limits to a certain value and compare max_num_pages with that value.

Does anyone know how to get the dynamic limits for each of those different sections?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Good job!<br />
However, you have hardcoded the max_num_pages to compare with 1.<br />
At my site <a href="http://www.learnchineseeveryday.com/" rel="nofollow">learn chinese online</a>, I have used Custom Post Limits plugin from <a href="http://coffee2code.com/wp-plugins/custom-post-limits/" rel="nofollow">http://coffee2code.com/wp-plugins/custom-post-limits/</a> where it allows users to define the limits for front page, categories, archives,etc.</p>
<p>Currently I fixed the limits to a certain value and compare max_num_pages with that value.</p>
<p>Does anyone know how to get the dynamic limits for each of those different sections?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Proulx</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8324</link>
		<dc:creator>Mathieu Proulx</dc:creator>
		<pubDate>Thu, 14 May 2009 02:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8324</guid>
		<description>Hi!
I had the same problem and didn&#039;t where to find the solution.
Thanks a lot, this is a simple and clean way to fix the problem!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I had the same problem and didn't where to find the solution.<br />
Thanks a lot, this is a simple and clean way to fix the problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8316</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 13 May 2009 17:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8316</guid>
		<description>What CyruzDraxs said - is there any chance that you would be kind enough to do a version for the fancy new comments system?</description>
		<content:encoded><![CDATA[<p>What CyruzDraxs said - is there any chance that you would be kind enough to do a version for the fancy new comments system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Martin</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8093</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Wed, 22 Apr 2009 04:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8093</guid>
		<description>@Wisam - sounds like you need to do some custom coding in your functions.php file to handle that.

@Marcy - were you able to get it working? Checked out your site - you do nice work!

@CyruzDraxs - sorry, this is just for posts, not comments.

@fyodor - Haha - glad you didn&#039;t throw it out ;) If you look at the second section of code, you&#039;ll see where each part (prev, next) are being called.</description>
		<content:encoded><![CDATA[<p>@Wisam - sounds like you need to do some custom coding in your functions.php file to handle that.</p>
<p>@Marcy - were you able to get it working? Checked out your site - you do nice work!</p>
<p>@CyruzDraxs - sorry, this is just for posts, not comments.</p>
<p>@fyodor - Haha - glad you didn't throw it out ;) If you look at the second section of code, you'll see where each part (prev, next) are being called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fyodor</title>
		<link>http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8030</link>
		<dc:creator>fyodor</dc:creator>
		<pubDate>Thu, 16 Apr 2009 05:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/conditional-pagepost-navigation-links-in-wordpress-redux/#comment-8030</guid>
		<description>does this code pull &quot;newer posts&quot; nav and &quot;older posts&quot; nav seperately? as in, if i have older posts but not newer, will it only display an older posts nav, etc?</description>
		<content:encoded><![CDATA[<p>does this code pull "newer posts" nav and "older posts" nav seperately? as in, if i have older posts but not newer, will it only display an older posts nav, etc?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
