<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding multiple sidebars (and other elements) to your wordpress theme</title>
	<atom:link href="http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 12 Feb 2010 20:35:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/comment-page-1/#comment-6167</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=158#comment-6167</guid>
		<description>Hey Eric, this is a great post first off. I wrote something similar, but this is much more versatile with the multiple instances of widgets, and coding, etc.

Anyways, I&#039;ve gotten it to work nicely on a client&#039;s site, but it does not seem to work when using a sub-sub page. The grandchild pages so-to-speak. Any idea why?</description>
		<content:encoded><![CDATA[<p>Hey Eric, this is a great post first off. I wrote something similar, but this is much more versatile with the multiple instances of widgets, and coding, etc.</p>
<p>Anyways, I&#8217;ve gotten it to work nicely on a client&#8217;s site, but it does not seem to work when using a sub-sub page. The grandchild pages so-to-speak. Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elightbo</title>
		<link>http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/comment-page-1/#comment-5931</link>
		<dc:creator>elightbo</dc:creator>
		<pubDate>Sat, 23 Jan 2010 18:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=158#comment-5931</guid>
		<description>Happy I could help!</description>
		<content:encoded><![CDATA[<p>Happy I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Heili</title>
		<link>http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/comment-page-1/#comment-5928</link>
		<dc:creator>Lisa Heili</dc:creator>
		<pubDate>Sat, 23 Jan 2010 16:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=158#comment-5928</guid>
		<description>The issue of getting different sidebars to appear on different pages is one that I have been looking for a solution to.  Thanks!</description>
		<content:encoded><![CDATA[<p>The issue of getting different sidebars to appear on different pages is one that I have been looking for a solution to.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/comment-page-1/#comment-5880</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 18 Jan 2010 05:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=158#comment-5880</guid>
		<description>Might want to add an else statement to the end of the code in the sidebar.php, so there is a default state, so you don&#039;t have to program a custom sidebar for each and every page. This worked for me: 

else { 
if(!function_exists(&#039;dynamic_sidebar&#039;) &#124;&#124; !dynamic_sidebar() ) { $generic_sidebar = true; }
}

- ryan</description>
		<content:encoded><![CDATA[<p>Might want to add an else statement to the end of the code in the sidebar.php, so there is a default state, so you don&#8217;t have to program a custom sidebar for each and every page. This worked for me: </p>
<p>else {<br />
if(!function_exists(&#8216;dynamic_sidebar&#8217;) || !dynamic_sidebar() ) { $generic_sidebar = true; }<br />
}</p>
<p>- ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave White</title>
		<link>http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/comment-page-1/#comment-5821</link>
		<dc:creator>Dave White</dc:creator>
		<pubDate>Thu, 14 Jan 2010 01:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=158#comment-5821</guid>
		<description>Hello, thanks for the tutorial. I get my sidebars to show in the admin, but they don&#039;t show on the pages. I&#039;m new to wordpress so this may be a silly question... but does this method work with 2.8+?</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the tutorial. I get my sidebars to show in the admin, but they don&#8217;t show on the pages. I&#8217;m new to wordpress so this may be a silly question&#8230; but does this method work with 2.8+?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.ericlightbody.com/2009/04/30/adding-multiple-sidebars-and-other-elements-to-your-wordpress-theme/comment-page-1/#comment-5735</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 09 Jan 2010 00:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=158#comment-5735</guid>
		<description>This trick is awesome! I got it to work on all of my pages except for my blog page...any ideas?</description>
		<content:encoded><![CDATA[<p>This trick is awesome! I got it to work on all of my pages except for my blog page&#8230;any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
