<?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: Blog Sidebar Question</title>
		<link>http://www.kriesi.at/support/topic/blog-sidebar-question</link>
		<description>Support Forum - Topic: Blog Sidebar Question</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:17:01 +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/blog-sidebar-question" rel="self" type="application/rss+xml" />

		<item>
			<title>Shawn on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-72195</link>
			<pubDate>Wed, 22 Aug 2012 00:13:05 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">72195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick. I got this to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-71869</link>
			<pubDate>Mon, 20 Aug 2012 10:27:40 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just tested making a page Test1, applying the template 'blog' to Test1and adding a categories widget to the sidebar blog, and Test1 displayed the categories widget. &#60;/p&#62;
&#60;p&#62;I then changed the template for Test1 from blog to none, saved and the widget is not showing on the Test1 page.&#60;/p&#62;
&#60;p&#62;Please make sure you are using the latest version of the theme and the latest version of Wordpress. Please deactivate all your plugins, empty your cache and everything should be working.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shawn on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-71286</link>
			<pubDate>Thu, 16 Aug 2012 00:30:27 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">71286@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.  For some reason when I set the a page's template to &#34;default&#34;(i.e. an about page set to 'default' template)... it shows the sidebar along with the blog sidebar widget.&#60;/p&#62;
&#60;p&#62;I thought &#34;blog sidebar&#34; widget should only appear on a page that has a template assigned as &#34;blog&#34; but this isn't the case because it appears on ALL my pages...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-71094</link>
			<pubDate>Wed, 15 Aug 2012 02:53:22 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Shawnra,&#60;/p&#62;
&#60;p&#62;Exactly what are you trying to do? This is a year old thread so Display has undergone an update since then.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shawn on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-71080</link>
			<pubDate>Wed, 15 Aug 2012 01:08:09 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">71080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, this doesn't work.  With most recent version of Display.. sidebar still displays on every page in addition to &#34;Displays Everywhere&#34; widget.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-19895</link>
			<pubDate>Thu, 26 May 2011 10:34:22 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">19895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;In sidebar.php change this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Sidebar Blog&#38;#39;)) : else :&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Sidebar Blog&#38;#39;) &#38;amp;&#38;amp; !is_page() ) : else :&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to exclude the Sidebar Blog widgets from Pages.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulkitchener on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-19877</link>
			<pubDate>Thu, 26 May 2011 07:51:54 +0000</pubDate>
			<dc:creator>paulkitchener</dc:creator>
			<guid isPermaLink="false">19877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulkitchener on "Blog Sidebar Question"</title>
			<link>http://www.kriesi.at/support/topic/blog-sidebar-question#post-19845</link>
			<pubDate>Wed, 25 May 2011 13:29:26 +0000</pubDate>
			<dc:creator>paulkitchener</dc:creator>
			<guid isPermaLink="false">19845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I have a internal demo site set-up using Display.  I have a question though.  &#60;/p&#62;
&#60;p&#62;The blog page is using a page template called blog and all the other pages are set to default.  When I add a widget to 'blog sidebar' it appears on all the default pages too?  Is this normal, I only wanted a particular style of sidebar on the blog page?  I guess it probably really simple so please be kind :-)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Paul
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
