<?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 Use Thumbnails for Previous/Next Navigation in WordPress</title>
	<atom:link href="http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/</link>
	<description>Thesis Skins and Customizations</description>
	<lastBuildDate>Sat, 14 Jan 2012 20:30:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ross</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-22387</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 02 Nov 2011 14:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-22387</guid>
		<description>I tried. Just need to make the changes, then you can delete all my comments....;)</description>
		<content:encoded><![CDATA[<p>I tried. Just need to make the changes, then you can delete all my comments&#8230;.;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-22385</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 02 Nov 2011 14:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-22385</guid>
		<description>Sorry, it didn&#039;t show all of it. Try this:


ID, array(150,150) );
next_post_link(&#039;%link&#039;, &#039;&#039;.$nextthumbnail.&#039;&#039;, false);
?&gt;
			
ID, array(150,150) );
previous_post_link(&#039;%link&#039;, &#039;&#039;.$prevthumbnail.&#039;&#039;, false);
?&gt;
			

			


</description>
		<content:encoded><![CDATA[<p>Sorry, it didn&#8217;t show all of it. Try this:</p>
<p>ID, array(150,150) );<br />
next_post_link(&#8216;%link&#8217;, &#8221;.$nextthumbnail.&#8221;, false);<br />
?&gt;</p>
<p>ID, array(150,150) );<br />
previous_post_link(&#8216;%link&#8217;, &#8221;.$prevthumbnail.&#8221;, false);<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-22384</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 02 Nov 2011 14:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-22384</guid>
		<description>Thanks for this, but I did have to do some cleaning up to make it work.

First, you need to add a closing  to the first previous link.
Second, I said the first previous link, because you have two of them.
Third, need to change the thumbnail from &#039;true&#039; to &#039;false&#039; to have it work correctly. Doesn&#039;t show up some times, if you don&#039;t.
Fourth, obviously need to change the &#039;second&#039; previous link to &#039;next_post_link&#039;.
Here it is, all cleaned up. No need for &#039;styling&#039; just cut and paste:

&quot;ID, array(150,150) );
next_post_link(&#039;%link&#039;, &#039;&#039;.$nextthumbnail.&#039;&#039;, false);
?&gt;
			
ID, array(150,150) );
previous_post_link(&#039;%link&#039;, &#039;&#039;.$prevthumbnail.&#039;&#039;, false);
?&gt;
			

			

&quot;

Remember to remove the ( &quot; ) at the beginning and end.</description>
		<content:encoded><![CDATA[<p>Thanks for this, but I did have to do some cleaning up to make it work.</p>
<p>First, you need to add a closing  to the first previous link.<br />
Second, I said the first previous link, because you have two of them.<br />
Third, need to change the thumbnail from &#8216;true&#8217; to &#8216;false&#8217; to have it work correctly. Doesn&#8217;t show up some times, if you don&#8217;t.<br />
Fourth, obviously need to change the &#8216;second&#8217; previous link to &#8216;next_post_link&#8217;.<br />
Here it is, all cleaned up. No need for &#8216;styling&#8217; just cut and paste:</p>
<p>&#8220;ID, array(150,150) );<br />
next_post_link(&#8216;%link&#8217;, &#8221;.$nextthumbnail.&#8221;, false);<br />
?&gt;</p>
<p>ID, array(150,150) );<br />
previous_post_link(&#8216;%link&#8217;, &#8221;.$prevthumbnail.&#8221;, false);<br />
?&gt;</p>
<p>&#8221;</p>
<p>Remember to remove the ( &#8221; ) at the beginning and end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-19220</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Fri, 16 Sep 2011 10:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-19220</guid>
		<description>great, this just messed up my functions file in thesis...its doesnt work, sir!</description>
		<content:encoded><![CDATA[<p>great, this just messed up my functions file in thesis&#8230;its doesnt work, sir!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnintheUK</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-3118</link>
		<dc:creator>JohnintheUK</dc:creator>
		<pubDate>Mon, 11 Oct 2010 20:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-3118</guid>
		<description>I had the same issue, the problem was when copy &amp; pasting &quot;add_theme_support(‘post-thumbnails’);&quot; you get fancy apostrophes around &quot;post-thumbnails&quot;. To fix it just delete the apostrophes and replace them with a normal &#039;. 

Thanks for the post Matt.</description>
		<content:encoded><![CDATA[<p>I had the same issue, the problem was when copy &amp; pasting &#8220;add_theme_support(‘post-thumbnails’);&#8221; you get fancy apostrophes around &#8220;post-thumbnails&#8221;. To fix it just delete the apostrophes and replace them with a normal &#8216;. </p>
<p>Thanks for the post Matt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katie</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-2999</link>
		<dc:creator>Katie</dc:creator>
		<pubDate>Sun, 03 Oct 2010 16:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-2999</guid>
		<description>My issue is that i want to add next page to my post so like example

   info info info... 
     Next Page  
I want to put nextpage at the bottom of my website so if i click that it will continue to the post but it has to to hidden i dont want the topic to show above.</description>
		<content:encoded><![CDATA[<p>My issue is that i want to add next page to my post so like example</p>
<p>   info info info&#8230;<br />
     Next Page<br />
I want to put nextpage at the bottom of my website so if i click that it will continue to the post but it has to to hidden i dont want the topic to show above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Dunn</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-2464</link>
		<dc:creator>Matt Dunn</dc:creator>
		<pubDate>Fri, 10 Sep 2010 15:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-2464</guid>
		<description>What do you mean the functions aren&#039;t defined?</description>
		<content:encoded><![CDATA[<p>What do you mean the functions aren&#8217;t defined?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marie</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-2371</link>
		<dc:creator>marie</dc:creator>
		<pubDate>Mon, 06 Sep 2010 08:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-2371</guid>
		<description>Hello,

I am testing it but it looks like those functions are not defined?
Is there something that I am missing?

Thank you, Marie</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am testing it but it looks like those functions are not defined?<br />
Is there something that I am missing?</p>
<p>Thank you, Marie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laura</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-1602</link>
		<dc:creator>laura</dc:creator>
		<pubDate>Thu, 15 Jul 2010 01:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-1602</guid>
		<description>maybe I should read the full post next time...

got it, Thanks,</description>
		<content:encoded><![CDATA[<p>maybe I should read the full post next time&#8230;</p>
<p>got it, Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://www.themethesis.com/tutorials/previous-next-thumbnails-wordpress/comment-page-1/#comment-1601</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Thu, 15 Jul 2010 01:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://themethesis.com/?p=2310#comment-1601</guid>
		<description>hey there, thanks for the info, I don&#039;t see a single.php within my thesis theme, am  I missing something?

Thanks,

Laura</description>
		<content:encoded><![CDATA[<p>hey there, thanks for the info, I don&#8217;t see a single.php within my thesis theme, am  I missing something?</p>
<p>Thanks,</p>
<p>Laura</p>
]]></content:encoded>
	</item>
</channel>
</rss>

