<?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: Adding &#039;previous&#039; and &#039;next&#039; post to blog</title>
		<link>http://www.themolitor.com/forums/topic/adding-previous-and-next-post-to-blog</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Adding &#039;previous&#039; and &#039;next&#039; post to blog</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 21:00:58 +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/adding-previous-and-next-post-to-blog" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Adding &#039;previous&#039; and &#039;next&#039; post to blog"</title>
			<link>http://www.themolitor.com/forums/topic/adding-previous-and-next-post-to-blog#post-27667</link>
			<pubDate>Tue, 11 Mar 2014 10:22:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27667@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That's the correct markup to add the buttons. I recommend wrapping them inside a div in order to style them like this...</p>
<pre><code>&#60;div id=&#34;postNavigation&#34;&#62;
&#60;?php previous_post(&#039;&#60; %&#039;, &#039;Previous Post&#039;, &#039;in_same_cat&#039;, &#039;yes&#039;); ?&#62; &#124;
&#60;?php next_post(&#039;% &#62; &#039;, &#039;Next Post&#039;, &#039;in_same_cat&#039;, &#039;yes&#039;); ?&#62;
&#60;/div&#62;</code></pre>
<p>Then you can add something like the following to your Custom CSS box on the Customize page...</p>
<pre><code>#postNavigation a {font-size: 12px; font-style: italic}</code></pre>
<p>Also, I see you're using an older version of the theme. There's been some big updates that you should check out: <a href="http://www.themolitor.com/forums/topic/update-v200-aid-redesign-responsive" rel="nofollow">http://www.themolitor.com/forums/topic/update-v200-aid-redesign-responsive</a></p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cgdesign1966 on "Adding &#039;previous&#039; and &#039;next&#039; post to blog"</title>
			<link>http://www.themolitor.com/forums/topic/adding-previous-and-next-post-to-blog#post-27656</link>
			<pubDate>Mon, 10 Mar 2014 14:39:04 +0000</pubDate>
			<dc:creator>cgdesign1966</dc:creator>
			<guid isPermaLink="false">27656@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>After a lot of googling I've managed to add 'previous' and 'next' post to my blog by adding the following code to the single.php template</p>
<pre><code>&#60;?php previous_post(&#039;&#60; %&#039;, &#039;Previous Post&#039;, &#039;in_same_cat&#039;, &#039;yes&#039;); ?&#62; &#124;
&#60;?php next_post(&#039;% &#62; &#039;, &#039;Next Post&#039;, &#039;in_same_cat&#039;, &#039;yes&#039;); ?&#62;</code></pre>
<p>I hope this is correct</p>
<p>The font size is currently too large. I want to reduce and italicise it. Can you help? A link to one of the blog posts is below</p>
<p><a href="http://operationhopeinc.org.au/a-day-with-the-king/" rel="nofollow">http://operationhopeinc.org.au/a-day-with-the-king/</a></p>
<p>Thanks Chris
</p></description>
		</item>

	</channel>
</rss>
