<?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: Hoempage as static page - sidebar issues</title>
		<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues</link>
		<description>Support Forum - Topic: Hoempage as static page - sidebar issues</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 13:27:05 +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/hoempage-as-static-page-sidebar-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>slimjim6982 on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-10838</link>
			<pubDate>Mon, 03 Jan 2011 04:26:12 +0000</pubDate>
			<dc:creator>slimjim6982</dc:creator>
			<guid isPermaLink="false">10838@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have done the stuff here and cant get it to work with either code:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; is_home() &#38;amp;&#38;amp; dynamic_sidebar('Homepage Sidebar') ) : endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; is_home() &#124;&#124; !dynamic_sidebar('Homepage Sidebar') ) : endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I am trying this on a static page, using an edited index.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-2662</link>
			<pubDate>Thu, 12 Aug 2010 14:21:42 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Awesome stuff - let me know if you have any other questions! &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eitanma on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-2630</link>
			<pubDate>Wed, 11 Aug 2010 22:14:47 +0000</pubDate>
			<dc:creator>Eitanma</dc:creator>
			<guid isPermaLink="false">2630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi again&#60;br /&#62;
i solved the problem.&#60;br /&#62;
i changed the syntax to&#60;br /&#62;
&#38;lt;?php if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; is_home() &#124;&#124; !dynamic_sidebar('Homepage Sidebar') ) : endif; ?&#38;gt;&#60;br /&#62;
and now it works&#60;br /&#62;
thank you very much for your help&#60;br /&#62;
eitan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eitanma on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-2627</link>
			<pubDate>Wed, 11 Aug 2010 21:11:39 +0000</pubDate>
			<dc:creator>Eitanma</dc:creator>
			<guid isPermaLink="false">2627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi&#60;br /&#62;
i added the code in function.php and got the new widgetized area appear in my dashboard.&#60;br /&#62;
then i added the other line in sidebar.php and it makes absolutly no reaction. i made sure that all the names are spelled right - Homepage Sidebar etc. but nothing&#60;br /&#62;
could you think of a solution for that?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.soylent-lodge.eu&#34; rel=&#34;nofollow&#34;&#62;http://www.soylent-lodge.eu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
Eitan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-2575</link>
			<pubDate>Wed, 11 Aug 2010 15:29:47 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code needs slight modification to work on the homepage, sorry I missed the quotation marks around the:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;name&#38;#39; =&#38;gt; Blog Pages Sidebar,&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;code, it should look like this:&#60;/p&#62;
&#60;p&#62;'name' =&#38;gt; 'Blog Pages Sidebar',&#60;/p&#62;
&#60;p&#62;I'd also change the &#60;em&#62;Blog Pages Sidebar&#60;/em&#62; to &#60;em&#62;Homepage Sidebar&#60;/em&#62; so you know what is means in future.&#60;/p&#62;
&#60;p&#62;You need to adjust the conditional code to get the widgetized area to show its widgets on the homepage - you can use this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; is_home() &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Homepage Sidebar&#38;#39;) ) : endif; ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eitanma on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-2511</link>
			<pubDate>Tue, 10 Aug 2010 18:09:50 +0000</pubDate>
			<dc:creator>Eitanma</dc:creator>
			<guid isPermaLink="false">2511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your prompt answer&#60;br /&#62;
i added the code in both files. the code for the functions.php gave me an error message and i noticed that in the line&#60;br /&#62;
'name' =&#38;gt; Blog Pages Sidebar,&#60;br /&#62;
didnt have the quotation marks ' ', so i added it and this time got no error message but nothing really changed - no extra sidebar area was added.&#60;br /&#62;
my question - how would this fix relate to the homepage - i didnt find any refernce in the code suggested (i am not a programmer but can  understand basic function) - even when i get the new sidebar area - how would it be related to the homepage?&#60;/p&#62;
&#60;p&#62;many thanks&#60;br /&#62;
eitan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-2468</link>
			<pubDate>Tue, 10 Aug 2010 13:34:19 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You'd need to add a separate sidebar area for the homepage if you choose to use a static homepage - see this post for instructions -&#38;gt; &#60;a href=&#34;http://www.kriesi.at/support/topic/sidebar-edit-help&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/sidebar-edit-help&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eitanma on "Hoempage as static page - sidebar issues"</title>
			<link>http://www.kriesi.at/support/topic/hoempage-as-static-page-sidebar-issues#post-2408</link>
			<pubDate>Mon, 09 Aug 2010 20:10:04 +0000</pubDate>
			<dc:creator>Eitanma</dc:creator>
			<guid isPermaLink="false">2408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
i chose a static page as my home page and cannot get to have the sidebar set.&#60;br /&#62;
how can i get it done?&#60;br /&#62;
a lot of thanks&#60;br /&#62;
Eitan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
