<?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: Changing timeline from ascending to descending</title>
		<link>http://www.themolitor.com/forums/topic/changing-timeline-from-ascending-to-descending</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Changing timeline from ascending to descending</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 13:01:02 +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/changing-timeline-from-ascending-to-descending" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Changing timeline from ascending to descending"</title>
			<link>http://www.themolitor.com/forums/topic/changing-timeline-from-ascending-to-descending#post-17709</link>
			<pubDate>Tue, 22 Jan 2013 10:45:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17709@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Add the following to your custom CSS section in the theme options panel...</p>
<pre><code>#rightNextItem {float:left;}
#leftNextItem {float:right;}</code></pre>
<p>And then open up "single.php" and change the following on line 57...</p>
<pre><code>&#60;a class=&#34;alignright&#34; href=&#34;&#60;?php echo $nextLink; ?&#62;&#34;&#62;&#60;?php echo get_the_post_thumbnail( $next_id, &#039;thumbnail&#039; ); ?&#62;&#60;/a&#62;
&#60;?php } elseif($nextEmbed) { ?&#62;
&#60;a class=&#34;alignright&#34; href=&#34;&#60;?php echo $nextLink; ?&#62;&#34;&#62;&#60;img src=&#34;&#60;?php echo $videPlaceholder;?&#62;&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;
&#60;?php } ?&#62;
&#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;</code></pre>
<p>...to this...</p>
<pre><code>&#60;a class=&#34;alignleft&#34; href=&#34;&#60;?php echo $nextLink; ?&#62;&#34;&#62;&#60;?php echo get_the_post_thumbnail( $next_id, &#039;thumbnail&#039; ); ?&#62;&#60;/a&#62;
&#60;?php } elseif($nextEmbed) { ?&#62;
&#60;a class=&#34;alignleft&#34; href=&#34;&#60;?php echo $nextLink; ?&#62;&#34;&#62;&#60;img src=&#34;&#60;?php echo $videPlaceholder;?&#62;&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;
&#60;?php } ?&#62;
&#60;p class=&#34;alignleft&#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;</code></pre>
<p>And then change the following on line 77...</p>
<pre><code>&#60;a class=&#34;alignleft&#34; href=&#34;&#60;?php echo $prevLink; ?&#62;&#34;&#62;&#60;?php echo get_the_post_thumbnail( $prev_id, &#039;thumbnail&#039; ); ?&#62;&#60;/a&#62;
&#60;?php } elseif($prevEmbed) { ?&#62;
&#60;a class=&#34;alignleft&#34; href=&#34;&#60;?php echo $prevLink; ?&#62;&#34;&#62;&#60;img src=&#34;&#60;?php echo $videPlaceholder;?&#62;&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;
&#60;?php } ?&#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...</p>
<pre><code>&#60;a class=&#34;alignright&#34; href=&#34;&#60;?php echo $prevLink; ?&#62;&#34;&#62;&#60;?php echo get_the_post_thumbnail( $prev_id, &#039;thumbnail&#039; ); ?&#62;&#60;/a&#62;
&#60;?php } elseif($prevEmbed) { ?&#62;
&#60;a class=&#34;alignright&#34; href=&#34;&#60;?php echo $prevLink; ?&#62;&#34;&#62;&#60;img src=&#34;&#60;?php echo $videPlaceholder;?&#62;&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;
&#60;?php } ?&#62;
&#60;p class=&#34;alignright&#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>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>CreativeProject2013 on "Changing timeline from ascending to descending"</title>
			<link>http://www.themolitor.com/forums/topic/changing-timeline-from-ascending-to-descending#post-17694</link>
			<pubDate>Tue, 22 Jan 2013 00:48:21 +0000</pubDate>
			<dc:creator>CreativeProject2013</dc:creator>
			<guid isPermaLink="false">17694@http://www.themolitor.com/forums/</guid>
			<description><p>Hi! Another question to ask for you! :-)<br />
I did this change... and now I want to invert the navigation on single post view: i.e. I want to put on left side the link to newer post and on the right side the link to the oldest one. I try searching amongst php code, but I'm a newbie in php programming.... I miss the right way to do what I want!!!! Help me, please! Thanks! :-)
</p></description>
		</item>

	</channel>
</rss>
