<?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: Home with one sidebar, others with two</title>
		<link>http://www.kriesi.at/support/topic/home-with-one-sidebar-others-with-two</link>
		<description>Support Forum - Topic: Home with one sidebar, others with two</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 11:41:47 +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/home-with-one-sidebar-others-with-two" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Home with one sidebar, others with two"</title>
			<link>http://www.kriesi.at/support/topic/home-with-one-sidebar-others-with-two#post-3809</link>
			<pubDate>Tue, 31 Aug 2010 20:00:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">3809@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's easily possible - you replace the get_sidebar() function in your template.php with the code of sidebar.php and afterwards you change it to your requirements. It's a more flexible solution as you pointed out above but obviously a more complex one.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Home with one sidebar, others with two"</title>
			<link>http://www.kriesi.at/support/topic/home-with-one-sidebar-others-with-two#post-3808</link>
			<pubDate>Tue, 31 Aug 2010 19:20:29 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">3808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sweet thank Dude.&#60;/p&#62;
&#60;p&#62;Now lets up the ante...what if you want to assign a different sidebar to posts or pages? Lets say 2 sidebars on the homepage and on back pages being able to chose between one large, one medium or two small sidebars. I know I would love to have that on my pages... more flexibility. Higher level pages get 2 sidebars, one level down they get a medium sidebar and 3 level down thy get a single small sidebar.&#60;/p&#62;
&#60;p&#62;I am still trying to make that work but that amount of flexibility would kick ass
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fulanito on "Home with one sidebar, others with two"</title>
			<link>http://www.kriesi.at/support/topic/home-with-one-sidebar-others-with-two#post-3666</link>
			<pubDate>Sat, 28 Aug 2010 13:56:30 +0000</pubDate>
			<dc:creator>fulanito</dc:creator>
			<guid isPermaLink="false">3666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Home with one sidebar, others with two"</title>
			<link>http://www.kriesi.at/support/topic/home-with-one-sidebar-others-with-two#post-3658</link>
			<pubDate>Sat, 28 Aug 2010 07:23:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">3658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this can be easilky achieved by replacing following code in sidebar.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($k_option[&#38;#39;includes&#38;#39;][&#38;#39;sidebarCount&#38;#39;] != 2) $sidebarSize = &#38;#39; fullwidth_sidebar&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($k_option[&#38;#39;includes&#38;#39;][&#38;#39;sidebarCount&#38;#39;] != 2 &#124;&#124; is_home()) $sidebarSize = &#38;#39; fullwidth_sidebar&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you get fullwidth sidebar IF you have activate only one sidebar in options menu OR if you're on your homepage.&#60;/p&#62;
&#60;p&#62;In your options menu you need to activate 2 sidebars to make this solution work.&#60;/p&#62;
&#60;p&#62;@Monsoon: Another template wouldn't help because the sidebar.php is called via get_sidebar - you would need to copy and paste the sidebar.php code to your new template and remove get_sidebar function.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Home with one sidebar, others with two"</title>
			<link>http://www.kriesi.at/support/topic/home-with-one-sidebar-others-with-two#post-3656</link>
			<pubDate>Sat, 28 Aug 2010 07:05:49 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">3656@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Short answer NO&#60;br /&#62;
Long answer yes but would require you to make a lot of modifications as I believe the code restrict you to only wide, 1 or 2 columns with one choice for the whole site. I suppose you need to create new templates...is that right James? More flexibility is always better
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fulanito on "Home with one sidebar, others with two"</title>
			<link>http://www.kriesi.at/support/topic/home-with-one-sidebar-others-with-two#post-3611</link>
			<pubDate>Fri, 27 Aug 2010 13:56:32 +0000</pubDate>
			<dc:creator>fulanito</dc:creator>
			<guid isPermaLink="false">3611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it posible to have ONE sidebar for the Home/Front page and all the other pages with TWO sidebars?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
