<?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: sidebar on blog posts page</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 00:44:04 +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/sidebar-on-blog-posts-page/#post-20115</guid>
					<title><![CDATA[sidebar on blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/#post-20115</link>
					<pubDate>Tue, 27 May 2014 19:26:33 +0000</pubDate>
					<dc:creator>ironleafd</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to use a sidebar other than the default one on the blog posts page? I selected a different sidebar on the page that is set as the blog page, but the default sidebar is still the one that is displayed. I want to use the default sidebar throughout the site but want a different one for the blog (I want to use the categories and tags widgets but only on the blog page). Is that possible?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/#post-20136</guid>
					<title><![CDATA[Reply To: sidebar on blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/#post-20136</link>
					<pubDate>Wed, 28 May 2014 08:01:11 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You can use assign the newly created sidebar in any page and use the default on the default Blog page. An alternative would be to edit your siderbar.php and replace the &#8220;Aqua Sidebar&#8221; name of the default sidebar called with the name/id of your custom sidebar. <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/sidebar-on-blog-posts-page/#post-20192</guid>
					<title><![CDATA[Reply To: sidebar on blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/#post-20192</link>
					<pubDate>Fri, 30 May 2014 00:46:45 +0000</pubDate>
					<dc:creator>ironleafd</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the ideas! I decided to tear into sidebar.php because I can&#8217;t trust my client to remember to change the sidebar when adding new pages. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  </p>
<p>It looks like the reason that the blog posts page doesn&#8217;t display the sidebar you select for that page is because the post ID in sidebar.php is being returned as the post ID for the first post rather than the page itself. Here&#8217;s the code I used to fix the problem. </p>
<p>if(is_home()){//check if we&#8217;re on the blog posts page<br />
   global $wp_query;<br />
   $postid=$wp_query-&gt;queried_object-&gt;ID;<br />
   $sidebar = get_post_meta($postid, &#8220;boc_sidebar_set&#8221;, $single = true);<br />
} </p>
<p>It seems to be working great (I can choose any sidebar for the blog posts page) so I thought I&#8217;d pass it on. Thanks again so much for taking the time to respond!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/#post-20203</guid>
					<title><![CDATA[Reply To: sidebar on blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/sidebar-on-blog-posts-page/#post-20203</link>
					<pubDate>Fri, 30 May 2014 03:46:29 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>That&#8217;s great, thanks for sharing with everyone! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Hope you are happy with the theme, if so please take the time to rate it under your downloads section in TF! Good luck!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

