<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Two column vs. Three column</title>
		<link>http://www.themolitor.com/forums/topic/two-column-vs-three-column</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Two column vs. Three column</description>
		<language>en-US</language>
		<pubDate>Mon, 04 May 2026 18:00:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/two-column-vs-three-column" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Two column vs. Three column"</title>
			<link>http://www.themolitor.com/forums/topic/two-column-vs-three-column#post-20935</link>
			<pubDate>Wed, 22 May 2013 11:57:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20935@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing @ruude3! :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>whateverrrr on "Two column vs. Three column"</title>
			<link>http://www.themolitor.com/forums/topic/two-column-vs-three-column#post-20926</link>
			<pubDate>Wed, 22 May 2013 06:20:27 +0000</pubDate>
			<dc:creator>whateverrrr</dc:creator>
			<guid isPermaLink="false">20926@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Scott,</p>
<p>I was looking for the same thing, and have managed it doing the following.</p>
<p>First, in the theme options, select the two-column layout. This will be the basic setting, that we will only override for the front page.</p>
<p>Now, in the header.php file at line 27 (or somewhere there) replace<br />
<code>$twoColumn = ot_get_option(&#039;two_column&#039;);</code><br />
with<br />
<pre><code>if(is_front_page()) {
	$twoColumn = 0;
	} else {
	$twoColumn = ot_get_option(&#039;two_column&#039;);
	}</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "Two column vs. Three column"</title>
			<link>http://www.themolitor.com/forums/topic/two-column-vs-three-column#post-19871</link>
			<pubDate>Tue, 02 Apr 2013 10:04:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19871@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but that goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research and testing, then I have to refer you to the customization request form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ScottSchwab on "Two column vs. Three column"</title>
			<link>http://www.themolitor.com/forums/topic/two-column-vs-three-column#post-19849</link>
			<pubDate>Mon, 01 Apr 2013 22:58:19 +0000</pubDate>
			<dc:creator>ScottSchwab</dc:creator>
			<guid isPermaLink="false">19849@http://www.themolitor.com/forums/</guid>
			<description><p>I have tried to modify the header to achieve the look and I'm close. Here's what I have...</p>
<pre><code>&#60;div id=&#34;content&#34; class=&#34;&#60;?php if(is_front_page()){echo $layout;} else {echo &#34;$twoColumn&#34;;} ?&#62;&#34;&#62;</code></pre>
<p>This does give me three columns on the homepage and two on every other, but the content on the other pages moves below the sidebar instead of to the right of it...</p>
<p>HELP!</p>
<p>Please visit <a href="http://www.mccfund.org" rel="nofollow">http://www.mccfund.org</a> to see what is happening.
</p></description>
		</item>
		<item>
			<title>ScottSchwab on "Two column vs. Three column"</title>
			<link>http://www.themolitor.com/forums/topic/two-column-vs-three-column#post-19847</link>
			<pubDate>Mon, 01 Apr 2013 21:05:13 +0000</pubDate>
			<dc:creator>ScottSchwab</dc:creator>
			<guid isPermaLink="false">19847@http://www.themolitor.com/forums/</guid>
			<description><p>Is there a way to have the homepage be the only page with a three column format? My organization really likes the way that looks but would prefer to have all the other pages be a two column layout.
</p></description>
		</item>

	</channel>
</rss>
