<?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: Previous &#38; next post in the same category</title>
		<link>http://www.kriesi.at/support/topic/previous-next-post-in-the-same-category</link>
		<description>Support Forum - Topic: Previous &amp; next post in the same category</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 02:37:01 +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/previous-next-post-in-the-same-category" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Previous &#38; next post in the same category"</title>
			<link>http://www.kriesi.at/support/topic/previous-next-post-in-the-same-category#post-91532</link>
			<pubDate>Mon, 14 Jan 2013 17:40:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Zedduo,&#60;/p&#62;
&#60;p&#62;As long as it has the true in the function it should only be able to pull from the same category. See the codex entry for previous_post_link here: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/previous_post_link#Text_As_Link.2C_Without_Post_Title.2C_Within_Same_Category&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/previous_post_link#Text_As_Link.2C_Without_Post_Title.2C_Within_Same_Category&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Try refreshing your page a few times to make sure you aren't looking at a cached version where your code change hasn't been applied.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zedduo on "Previous &#38; next post in the same category"</title>
			<link>http://www.kriesi.at/support/topic/previous-next-post-in-the-same-category#post-91471</link>
			<pubDate>Mon, 14 Jan 2013 13:48:48 +0000</pubDate>
			<dc:creator>zedduo</dc:creator>
			<guid isPermaLink="false">91471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi. Im having the same issue with my portfolio next &#38;amp; previous buttons. I used the code above but its still showing up categories from other.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Previous &#38; next post in the same category"</title>
			<link>http://www.kriesi.at/support/topic/previous-next-post-in-the-same-category#post-90145</link>
			<pubDate>Sat, 05 Jan 2013 04:41:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open single.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post_nav&#38;#39;&#38;gt;
						&#38;lt;div class=&#38;#39;previous_post_link_align&#38;#39;&#38;gt;
							&#38;lt;?php previous_post_link(&#38;#39;&#38;lt;span class=&#38;quot;previous_post_link&#38;quot;&#38;gt;&#38;amp;larr; %link &#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;
						&#38;lt;/div&#38;gt;
						&#38;lt;div class=&#38;#39;next_post_link_align&#38;#39;&#38;gt;
							&#38;lt;?php next_post_link(&#38;#39;&#38;lt;span class=&#38;quot;next_post_link&#38;quot;&#38;gt;%link &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;
						&#38;lt;/div&#38;gt;
					&#38;lt;/div&#38;gt; &#38;lt;!-- end navigation --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post_nav&#38;#39;&#38;gt;
						&#38;lt;div class=&#38;#39;previous_post_link_align&#38;#39;&#38;gt;
							&#38;lt;?php previous_post_link(&#38;#39;&#38;lt;span class=&#38;quot;previous_post_link&#38;quot;&#38;gt;&#38;amp;larr; %link &#38;lt;/span&#38;gt;&#38;#39;, &#38;#39;%title&#38;#39;, TRUE); ?&#38;gt;
						&#38;lt;/div&#38;gt;
						&#38;lt;div class=&#38;#39;next_post_link_align&#38;#39;&#38;gt;
							&#38;lt;?php next_post_link(&#38;#39;&#38;lt;span class=&#38;quot;next_post_link&#38;quot;&#38;gt;%link &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;, &#38;#39;%title&#38;#39;, TRUE); ?&#38;gt;
						&#38;lt;/div&#38;gt;
					&#38;lt;/div&#38;gt; &#38;lt;!-- end navigation --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>woodwinked on "Previous &#38; next post in the same category"</title>
			<link>http://www.kriesi.at/support/topic/previous-next-post-in-the-same-category#post-90117</link>
			<pubDate>Fri, 04 Jan 2013 20:37:33 +0000</pubDate>
			<dc:creator>woodwinked</dc:creator>
			<guid isPermaLink="false">90117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;From a single post, how do I change the links at the bottom of the post to display links to the previous &#38;amp; next post in the same category?&#60;br /&#62;
It currently displays links to the previous and next post of any category.&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
- LL
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
