<?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: Portfolio Page Template or Alternate Page</title>
		<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page</link>
		<description>Support Forum - Topic: Portfolio Page Template or Alternate Page</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 06:18:15 +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/portfolio-page-template-or-alternate-page" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Portfolio Page Template or Alternate Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page#post-12946</link>
			<pubDate>Tue, 15 Feb 2011 10:00:21 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">12946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad to hear this worked out for you.&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlfinc on "Portfolio Page Template or Alternate Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page#post-12904</link>
			<pubDate>Mon, 14 Feb 2011 16:44:32 +0000</pubDate>
			<dc:creator>rlfinc</dc:creator>
			<guid isPermaLink="false">12904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many thanks. Got it worked out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Page Template or Alternate Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page#post-11636</link>
			<pubDate>Thu, 20 Jan 2011 18:28:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In widgets.php you can register a new widget area. Just use following code and add it to the other registration functions:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;register_sidebar(array(
			&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Custom Widget&#38;#39;,
			&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;%1$s&#38;quot; class=&#38;quot;box_small box widget %2$s&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h3&#38;gt;&#38;#39;,
		));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open up sidebar.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//Frontpage sidebars:
				if ($k_option[&#38;#39;showSidebar&#38;#39;] == &#38;#39;frontpage&#38;#39; &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Frontpage Sidebar&#38;#39;) ) : $default_sidebar = false; endif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//Custom sidebar:
				if ( $my_template == &#38;#39;1&#38;#39; &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Custom Widget&#38;#39;) ) : $default_sidebar = false; endif;
////Frontpage sidebars:
				if ($k_option[&#38;#39;showSidebar&#38;#39;] == &#38;#39;frontpage&#38;#39; &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Frontpage Sidebar&#38;#39;) ) : $default_sidebar = false; endif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;At least set a variable in your template like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$my_template = &#38;#39;1&#38;#39;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rlfinc on "Portfolio Page Template or Alternate Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page#post-11526</link>
			<pubDate>Tue, 18 Jan 2011 19:58:53 +0000</pubDate>
			<dc:creator>rlfinc</dc:creator>
			<guid isPermaLink="false">11526@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude-&#60;/p&#62;
&#60;p&#62;Plug-in is perfect, one more thing if I can add-on...can I add a custom sidebar to the logic already in place in the sidebar.php file? So when I go to this new template page I can have a special sidebar for it.  Can find any area for registering sidebars as I am accustomed to (in the function file for example), so would appreciate the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlfinc on "Portfolio Page Template or Alternate Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page#post-11509</link>
			<pubDate>Tue, 18 Jan 2011 15:57:23 +0000</pubDate>
			<dc:creator>rlfinc</dc:creator>
			<guid isPermaLink="false">11509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Spot on.  Just what I needed.  Thanks for getting back to me so quickly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Page Template or Alternate Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page#post-11473</link>
			<pubDate>Tue, 18 Jan 2011 09:49:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
have a look at this tutorial: &#60;a href=&#34;http://www.kriesi.at/support/topic/i-want-to-display-my-portfolio-entries-or-posts-without-a-sidebar&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-want-to-display-my-portfolio-entries-or-posts-without-a-sidebar&#60;/a&#62; - of course you can modify the template as you like (not just remove the sidebar) :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlfinc on "Portfolio Page Template or Alternate Page"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-page-template-or-alternate-page#post-11450</link>
			<pubDate>Mon, 17 Jan 2011 21:19:54 +0000</pubDate>
			<dc:creator>rlfinc</dc:creator>
			<guid isPermaLink="false">11450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to use a new template for the individual portfolio item pages other than (what I assume to be) the single.php? If not, can I point the links from each item on the portfolio main area to pages that I can apply a template to?  Any help is appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
