<?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: I want to display my portfolio entries or posts without a sidebar?</title>
		<link>http://www.kriesi.at/support/topic/i-want-to-display-my-portfolio-entries-or-posts-without-a-sidebar</link>
		<description>Support Forum - Topic: I want to display my portfolio entries or posts without a sidebar?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:04:23 +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/i-want-to-display-my-portfolio-entries-or-posts-without-a-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "I want to display my portfolio entries or posts without a sidebar?"</title>
			<link>http://www.kriesi.at/support/topic/i-want-to-display-my-portfolio-entries-or-posts-without-a-sidebar#post-11472</link>
			<pubDate>Tue, 18 Jan 2011 09:48:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11472@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use the &#34;Custom Post Template plugin&#34; to select individual templates for your posts/portfolio entries. You can download it here:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/custom-post-template/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-post-template/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Unzip the file you downloaded and open 'custom-post-templates.php'.&#60;br /&#62;
On line 48 change following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;add_meta_box( &#38;#39;select_post_template&#38;#39;, __( &#38;#39;Post Template&#38;#39;, &#38;#39;custom-post-templates&#38;#39; ), &#38;#39;select_post_template&#38;#39;, &#38;#39;post&#38;#39;, &#38;#39;side&#38;#39;, &#38;#39;default&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;add_meta_box( &#38;#39;select_post_template&#38;#39;, __( &#38;#39;Post Template&#38;#39;, &#38;#39;custom-post-templates&#38;#39; ), &#38;#39;select_post_template&#38;#39;, &#38;#39;portfolio&#38;#39;, &#38;#39;side&#38;#39;, &#38;#39;default&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards upload the plugin files to your wordpress „plugins“ directory (located under wp-content/plugins). &#60;/p&#62;
&#60;p&#62;Now you need to create a template:&#60;br /&#62;
a) Just make a copy of single.php, rename it to fullwidth_post.php and paste the following code before the first code line.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Template Name Posts: Fullwidth
*/
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;b) Change following code in fullwidth_post.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;wrapper&#38;quot; id=&#38;#39;wrapper_main&#38;#39;&#38;gt;
	&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;wrapper fullwidth&#38;quot; id=&#38;#39;wrapper_main&#38;#39;&#38;gt;

	&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
		$k_option[&#38;#39;showSidebar&#38;#39;] = &#38;#39;blog&#38;#39;;
		get_sidebar(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
