<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: &#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts</title>
		<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts</link>
		<description>Support Forum - Topic: &#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 09:56:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-31343</link>
			<pubDate>Mon, 07 Nov 2011 07:58:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmandryk on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-31336</link>
			<pubDate>Mon, 07 Nov 2011 02:52:30 +0000</pubDate>
			<dc:creator>cmandryk</dc:creator>
			<guid isPermaLink="false">31336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;perfect! thank you so much!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-31270</link>
			<pubDate>Sun, 06 Nov 2011 02:56:29 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
there was a tiny mistake in Dude's if statement,&#60;br /&#62;
replace the code with this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( is_single() ) {
  previous_post_link(&#38;#39;%link&#38;#39;, &#38;#39;Older Post&#38;#39;, TRUE);
  echo &#38;quot;&#38;amp;nbsp;-&#38;amp;nbsp;&#38;quot;;
  next_post_link(&#38;#39;%link&#38;#39;, &#38;#39;Newer Post&#38;#39;, TRUE);
  } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let us know if it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmandryk on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-31222</link>
			<pubDate>Sat, 05 Nov 2011 01:45:12 +0000</pubDate>
			<dc:creator>cmandryk</dc:creator>
			<guid isPermaLink="false">31222@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi. i wish i could say that worked, but it made my whole blog turn into a blank page. when i took out the first and last lines of that code, it worked like before, so i guess there's something amiss with the      &#38;lt;?php if is_single(){ ?&#38;gt;     perhaps?&#60;br /&#62;
thanks for helping me with this!&#60;/p&#62;
&#60;p&#62;courtney&#60;/p&#62;
&#60;p&#62;mothdrawn.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-31120</link>
			<pubDate>Thu, 03 Nov 2011 18:30:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
use following code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if is_single(){ ?&#38;gt;
&#38;lt;?php previous_post_link(&#38;#39;%link&#38;#39;, &#38;#39;Older Post&#38;#39;, TRUE); ?&#38;gt;
&#38;lt;?php next_post_link(&#38;#39;%link&#38;#39;, &#38;#39;Newer Post&#38;#39;, TRUE); ?&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>cmandryk on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-31097</link>
			<pubDate>Thu, 03 Nov 2011 14:35:30 +0000</pubDate>
			<dc:creator>cmandryk</dc:creator>
			<guid isPermaLink="false">31097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again. I did what you said and put the code in the loop-index. It shows on the individual blog posts, but it ALSO shows on the main blog page, which is cluttered and unnecessary. How do I get 'next' and 'prev' to show only on the individual blog posts?&#60;/p&#62;
&#60;p&#62;thanks!&#60;/p&#62;
&#60;p&#62;mothdrawn.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-30746</link>
			<pubDate>Sun, 30 Oct 2011 04:16:48 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmandryk on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-30704</link>
			<pubDate>Sat, 29 Oct 2011 00:53:18 +0000</pubDate>
			<dc:creator>cmandryk</dc:creator>
			<guid isPermaLink="false">30704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-30572</link>
			<pubDate>Thu, 27 Oct 2011 00:06:28 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30572@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your includes folder find loop-index.php, now find:&#60;br /&#62;
&#60;code&#62;the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));  ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;After this line you can paste this:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php previous_post_link(&#38;#39;%link&#38;#39;, &#38;#39;Older Post&#38;#39;, TRUE); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
This will link to older posts, a link to newer posts will be generated by this:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php next_post_link(&#38;#39;%link&#38;#39;, &#38;#39;Newer Post&#38;#39;, TRUE); ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmandryk on "&#039;next&#039; and &#039;prev&#039; arrows/buttons in individual blog posts"</title>
			<link>http://www.kriesi.at/support/topic/next-and-prev-arrowsbuttons-in-individual-blog-posts#post-30531</link>
			<pubDate>Wed, 26 Oct 2011 16:04:50 +0000</pubDate>
			<dc:creator>cmandryk</dc:creator>
			<guid isPermaLink="false">30531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi.&#60;br /&#62;
i'm wondering if there's a way to add 'next' and 'prev' arrows or buttons in individual blog posts&#60;br /&#62;
so that people don't have to return to the main blog page and then scroll down to read the next blog post.&#60;/p&#62;
&#60;p&#62;thanks!&#60;/p&#62;
&#60;p&#62;site: mothdrawn.com
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
