<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Left Sidebar for Blog</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 23:50:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/#post-20392</guid>
					<title><![CDATA[Left Sidebar for Blog]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/#post-20392</link>
					<pubDate>Mon, 16 Jun 2014 00:05:49 +0000</pubDate>
					<dc:creator>dfrayne</dc:creator>

					<description>
						<![CDATA[
						<p>I have used the left sidebar option for a site, which works fine for all Pages. However, all Posts have a right sidebar. Why is that? Is there an easy way to make the Posts sidebar follow the Pages sidebar layout (eg. right or left)?<br />
Sorry I cannot post the URL due to a NDA.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/#post-20397</guid>
					<title><![CDATA[Reply To: Left Sidebar for Blog]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/#post-20397</link>
					<pubDate>Mon, 16 Jun 2014 08:23:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>This can easily be changed for the posts to inherit the theme setting position of the sidebars. Edit your single.php template and find this line:</p>
<p><code>&lt;div class=&quot;twelve columns&quot;&gt;</code></p>
<p>Place this before it:</p>
<pre><code>&lt;?php 
	// Check where sidebar should be
	$sidebar_left = false; 
	if(ot_get_option(&#039;sidebar_layout&#039;,&#039;right-sidebar&#039;)==&#039;left-sidebar&#039;){
		$sidebar_left=true;
	}
	// Place sidebar if it&#039;s left
	($sidebar_left ? get_sidebar() : &#039;&#039;);
?&gt;</code></pre>
<p>Then replace this:</p>
<p><code>&lt;?php get_sidebar(); ?&gt;</code></p>
<p>with this:</p>
<pre><code>&lt;?php // Place sidebar if it&#039;s right
	(!$sidebar_left ? get_sidebar() : &#039;&#039;);?&gt;</code></pre>
<p>That should do it. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/#post-20425</guid>
					<title><![CDATA[Reply To: Left Sidebar for Blog]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/left-sidebar-for-blog/#post-20425</link>
					<pubDate>Tue, 17 Jun 2014 15:16:56 +0000</pubDate>
					<dc:creator>dfrayne</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, that did it.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

