<?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: How to Create Multiple Dynamic Sidebars for WordPress Widgets</title>
	<atom:link href="http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/</link>
	<description>Technology News, Blogging Tips, Guestblogging, Social Media</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:37:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: TStallman</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-13/#comment-900528</link>
		<dc:creator>TStallman</dc:creator>
		<pubDate>Tue, 13 Sep 2011 04:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-900528</guid>
		<description>Wow...got my sidebar&#039;s working in no time thank you so much!</description>
		<content:encoded><![CDATA[<p>Wow&#8230;got my sidebar&#8217;s working in no time thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-13/#comment-899904</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Fri, 26 Aug 2011 06:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-899904</guid>
		<description>Perfect, just what I was looking for to be more flexible with my Adsens program :-)</description>
		<content:encoded><![CDATA[<p>Perfect, just what I was looking for to be more flexible with my Adsens program :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eszteuczka</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-13/#comment-899007</link>
		<dc:creator>Eszteuczka</dc:creator>
		<pubDate>Mon, 01 Aug 2011 20:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-899007</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eszteuczka</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-12/#comment-899006</link>
		<dc:creator>Eszteuczka</dc:creator>
		<pubDate>Mon, 01 Aug 2011 20:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-899006</guid>
		<description>Thakns :)</description>
		<content:encoded><![CDATA[<p>Thakns :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anuj</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-12/#comment-885195</link>
		<dc:creator>anuj</dc:creator>
		<pubDate>Fri, 18 Feb 2011 18:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-885195</guid>
		<description>that rocks! I was looking for a guide like this to help me  on my wordpress blog</description>
		<content:encoded><![CDATA[<p>that rocks! I was looking for a guide like this to help me  on my wordpress blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-12/#comment-884264</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Sun, 13 Feb 2011 15:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-884264</guid>
		<description>I&#039;ve tried your code for two sidebars and it works but then when I try to add a third sidebar my whole site crashes. This is what is in my functions.php

 &#039;Process Sidebar&#039;));
	} 
	register_sidebar(array(&#039;name&#039;=&gt;&#039;Contact Sidebar&#039;));
	} 
	register_sidebar(array(&#039;name&#039;=&gt;&#039;Services Sidebar&#039;));

?&gt;

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried your code for two sidebars and it works but then when I try to add a third sidebar my whole site crashes. This is what is in my functions.php</p>
<p> &#8216;Process Sidebar&#8217;));<br />
	}<br />
	register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Contact Sidebar&#8217;));<br />
	}<br />
	register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Services Sidebar&#8217;));</p>
<p>?&gt;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boblilbranding</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-12/#comment-883993</link>
		<dc:creator>boblilbranding</dc:creator>
		<pubDate>Fri, 11 Feb 2011 06:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-883993</guid>
		<description>Just wanna follow up and let you know that this works great on my blog. Thanks again.</description>
		<content:encoded><![CDATA[<p>Just wanna follow up and let you know that this works great on my blog. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boblilbranding</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-12/#comment-881792</link>
		<dc:creator>boblilbranding</dc:creator>
		<pubDate>Sat, 29 Jan 2011 00:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-881792</guid>
		<description>Holy crapola!
It works, well almost. Now I just have to style it.
If I can get that working I am so squared away and so grateful. Thanks again, you made my day.
- Bob</description>
		<content:encoded><![CDATA[<p>Holy crapola!<br />
It works, well almost. Now I just have to style it.<br />
If I can get that working I am so squared away and so grateful. Thanks again, you made my day.<br />
- Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabrielle</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-12/#comment-791780</link>
		<dc:creator>Gabrielle</dc:creator>
		<pubDate>Fri, 01 Oct 2010 20:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-791780</guid>
		<description>I still have one big problem: the sidebar doesn&#039;t show on my site. I can see both sidebars on my widgets, i&#039;ve already put stuff on it, but it&#039;s not on the website!</description>
		<content:encoded><![CDATA[<p>I still have one big problem: the sidebar doesn&#8217;t show on my site. I can see both sidebars on my widgets, i&#8217;ve already put stuff on it, but it&#8217;s not on the website!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Shaw</title>
		<link>http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/comment-page-11/#comment-790958</link>
		<dc:creator>Mark Shaw</dc:creator>
		<pubDate>Thu, 30 Sep 2010 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/#comment-790958</guid>
		<description>Great tutorial. This worked wonders for needing a second sidebar without installing some plugin to do it for me.

I wanted to add for those who are interested in using a file such as: sidebar-2.php so they don&#039;t clutter up their template, simple paste in the code in to sidebar-2.php




Then in your main template, for example index.php, you can use the preferred get_sidebar(); function to call that new file. 

Use this syntax:  get_sidebar(&#039;2&#039;); for the name will look for sidebar-NAME.php 

Makes your template code look much cleaner. Thanks again for the great help.</description>
		<content:encoded><![CDATA[<p>Great tutorial. This worked wonders for needing a second sidebar without installing some plugin to do it for me.</p>
<p>I wanted to add for those who are interested in using a file such as: sidebar-2.php so they don&#8217;t clutter up their template, simple paste in the code in to sidebar-2.php</p>
<p>Then in your main template, for example index.php, you can use the preferred get_sidebar(); function to call that new file. </p>
<p>Use this syntax:  get_sidebar(&#8217;2&#8242;); for the name will look for sidebar-NAME.php </p>
<p>Makes your template code look much cleaner. Thanks again for the great help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/feed/ ) in 0.54384 seconds, on Feb 10th, 2012 at 11:19 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 9:19 am UTC -->
