<?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: Add previous next to Velvet portfolio</title>
		<link>http://www.kriesi.at/support/topic/add-previous-next-to-velvet-portfolio</link>
		<description>Support Forum - Topic: Add previous next to Velvet portfolio</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 21:59:12 +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/add-previous-next-to-velvet-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Add previous next to Velvet portfolio"</title>
			<link>http://www.kriesi.at/support/topic/add-previous-next-to-velvet-portfolio#post-88821</link>
			<pubDate>Tue, 18 Dec 2012 17:21:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88821@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A page built with the template builder is not a portfolio item but a regular page so it goes by the same rules of no next or previous.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cloddi on "Add previous next to Velvet portfolio"</title>
			<link>http://www.kriesi.at/support/topic/add-previous-next-to-velvet-portfolio#post-88712</link>
			<pubDate>Tue, 18 Dec 2012 06:04:43 +0000</pubDate>
			<dc:creator>cloddi</dc:creator>
			<guid isPermaLink="false">88712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Whan i make a &#34;normal&#34; portfolio page is working but if i use Template Builder template not. &#60;/p&#62;
&#60;p&#62;Like here(without  Template Builder ) : &#60;a href=&#34;http://omatti.ch/omattidesign/?portfolio=bio-natale-2012&#34; rel=&#34;nofollow&#34;&#62;http://omatti.ch/omattidesign/?portfolio=bio-natale-2012&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here with Template builder: &#60;a href=&#34;http://omatti.ch/omattidesign/?portfolio=clockwise-tea&#34; rel=&#34;nofollow&#34;&#62;http://omatti.ch/omattidesign/?portfolio=clockwise-tea&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any suggestion?&#60;/p&#62;
&#60;p&#62;Thanks &#60;/p&#62;
&#60;p&#62;Claudio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add previous next to Velvet portfolio"</title>
			<link>http://www.kriesi.at/support/topic/add-previous-next-to-velvet-portfolio#post-88704</link>
			<pubDate>Tue, 18 Dec 2012 03:50:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Claudio,&#60;/p&#62;
&#60;p&#62;As far as I know, there is no ability for wordpress to do next/previous for pages.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cloddi on "Add previous next to Velvet portfolio"</title>
			<link>http://www.kriesi.at/support/topic/add-previous-next-to-velvet-portfolio#post-88703</link>
			<pubDate>Tue, 18 Dec 2012 02:53:24 +0000</pubDate>
			<dc:creator>cloddi</dc:creator>
			<guid isPermaLink="false">88703@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, &#60;/p&#62;
&#60;p&#62;Thanks for the quick answer.&#60;/p&#62;
&#60;p&#62;Sorry i didn't specify well. &#60;/p&#62;
&#60;p&#62;My portfolio post are set to show as page. &#60;/p&#62;
&#60;p&#62;I tried to paste it in the page page.php but is tot showing.&#60;/p&#62;
&#60;p&#62;is there any other solution?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Claudio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add previous next to Velvet portfolio"</title>
			<link>http://www.kriesi.at/support/topic/add-previous-next-to-velvet-portfolio#post-88651</link>
			<pubDate>Mon, 17 Dec 2012 19:23:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88651@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cloddi,&#60;/p&#62;
&#60;p&#62;In your theme files open single.php and then look for:&#60;br /&#62;
&#60;code&#62;&#38;lt;!--end content--&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;replace it with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

				  	posts_nav_link();
				  	previous_post(&#38;#39;« %   &#38;#39;,&#38;#39;Previous&#38;#39;, &#38;#39;no&#38;#39;);
				  	next_post(&#38;#39;   % »&#38;#39;,&#38;#39;Next&#38;#39;, &#38;#39;no&#38;#39;);

				?&#38;gt;
				&#38;lt;!--end content--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Save the file and that should do it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cloddi on "Add previous next to Velvet portfolio"</title>
			<link>http://www.kriesi.at/support/topic/add-previous-next-to-velvet-portfolio#post-88561</link>
			<pubDate>Mon, 17 Dec 2012 10:50:58 +0000</pubDate>
			<dc:creator>cloddi</dc:creator>
			<guid isPermaLink="false">88561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to add the previous next button to my portfolio when in siglepost.&#60;br /&#62;
I checked on the forum and I didn't find an answer.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
