<?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"
	>
<channel>
	<title>Comments on: Wordpress Should Update get_sidebar to Work With Multiple Sidebars</title>
	<atom:link href="http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/</link>
	<description>Control Your Internet</description>
	<pubDate>Sat, 10 May 2008 17:38:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1246</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Thu, 31 Jan 2008 14:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1246</guid>
		<description>No problem.  You took the time to find the answer, you deserve the credit!</description>
		<content:encoded><![CDATA[<p>No problem.  You took the time to find the answer, you deserve the credit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1242</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 31 Jan 2008 01:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1242</guid>
		<description>Hi Aaron,

Thanks for the help... really appreciate it so much ^^ .. that now I can show that off to my boss *:evil laugh*</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>Thanks for the help&#8230; really appreciate it so much ^^ .. that now I can show that off to my boss *:evil laugh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1233</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1233</guid>
		<description>Yes, if you register multiple sidebars, it will show multiple sidebars.  I usually register them in functions.php (in the theme) like this:
&lt;code lang="php"&gt;register_sidebar(array('name'=&gt;'left'));
register_sidebar(array('name'=&gt;'right'));&lt;/code&gt;
Then in each sidebar, you need to use the name when calling dynamic sidebar, like this:
&lt;code lang="php"&gt;dynamic_sidebar('left');&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Yes, if you register multiple sidebars, it will show multiple sidebars.  I usually register them in functions.php (in the theme) like this:<br />
<code lang="php">register_sidebar(array('name'=>'left'));<br />
register_sidebar(array('name'=>'right'));</code><br />
Then in each sidebar, you need to use the name when calling dynamic sidebar, like this:<br />
<code lang="php">dynamic_sidebar('left');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1228</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 30 Jan 2008 11:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/wordpress-should-update-get_sidebar-to-work-with-multiple-sidebars/#comment-1228</guid>
		<description>Neat... thks for the hack.. I've been looking for this. Is there a way to enable the admin's 'widgets' page switch between multiple sidebars ?</description>
		<content:encoded><![CDATA[<p>Neat&#8230; thks for the hack.. I&#8217;ve been looking for this. Is there a way to enable the admin&#8217;s &#8216;widgets&#8217; page switch between multiple sidebars ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
