<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: OLDER and NEWER links works in category?</title>
		<link>http://www.themolitor.com/forums/topic/older-and-newer-links-works-in-category</link>
		<description>THE MOLITOR FORUMS &#187; Topic: OLDER and NEWER links works in category?</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 18:54:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/older-and-newer-links-works-in-category" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "OLDER and NEWER links works in category?"</title>
			<link>http://www.themolitor.com/forums/topic/older-and-newer-links-works-in-category#post-22978</link>
			<pubDate>Thu, 05 Sep 2013 08:37:13 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22978@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cadmos on "OLDER and NEWER links works in category?"</title>
			<link>http://www.themolitor.com/forums/topic/older-and-newer-links-works-in-category#post-22967</link>
			<pubDate>Thu, 05 Sep 2013 03:26:52 +0000</pubDate>
			<dc:creator>cadmos</dc:creator>
			<guid isPermaLink="false">22967@http://www.themolitor.com/forums/</guid>
			<description><p>Works OK... for the thumbnails only.<br />
Make sure you change also the link next to the thumbnail<br />
To do so on "single.php" change the following on lines 61 and 81 from this...<br />
<pre><code>&#60;p class=&#34;alignright&#34;&#62;&#60;?php next_post_link(&#039;%link&#039;, &#039;&#60;small&#62;NEWER&#60;/small&#62;%title&#039;, TRUE); ?&#62;&#60;/p&#62;

&#60;p class=&#34;alignleft&#34;&#62;&#60;?php previous_post_link(&#039;%link&#039;, &#039;&#60;small&#62;OLDER&#60;/small&#62;%title &#039;, TRUE);?&#62;&#60;/p&#62;</code></pre>
<p>... to this...<br />
<pre><code>&#60;p class=&#34;alignright&#34;&#62;&#60;?php next_post_link(&#039;%link&#039;, &#039;&#60;small&#62;NEWER&#60;/small&#62;%title&#039;, false); ?&#62;&#60;/p&#62;

&#60;p class=&#34;alignleft&#34;&#62;&#60;?php previous_post_link(&#039;%link&#039;, &#039;&#60;small&#62;OLDER&#60;/small&#62;%title &#039;, false);?&#62;&#60;/p&#62;</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "OLDER and NEWER links works in category?"</title>
			<link>http://www.themolitor.com/forums/topic/older-and-newer-links-works-in-category#post-22957</link>
			<pubDate>Wed, 04 Sep 2013 09:23:58 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22957@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Yes, open up "single.php" and change the following on lines 45-46 from this...</p>
<pre><code>$next_post = get_adjacent_post( true,&#039;&#039;,false );
$prev_post = get_adjacent_post( true,&#039;&#039;,true );</code></pre>
<p>...to this...</p>
<pre><code>$next_post = get_adjacent_post( false,&#039;&#039;,false );
$prev_post = get_adjacent_post( false,&#039;&#039;,true );</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cadmos on "OLDER and NEWER links works in category?"</title>
			<link>http://www.themolitor.com/forums/topic/older-and-newer-links-works-in-category#post-22951</link>
			<pubDate>Wed, 04 Sep 2013 07:17:57 +0000</pubDate>
			<dc:creator>cadmos</dc:creator>
			<guid isPermaLink="false">22951@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I have different category for post.<br />
When I navigate through single posts page using next and previous button I noticed it only display the post in the same category.<br />
Is it possible to display all the post?</p>
<p>Thanks<br />
Nicolas
</p></description>
		</item>

	</channel>
</rss>
