<?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 add a dynamic sidebar in Wordpress?</title>
	<atom:link href="http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/</link>
	<description>Balkhis Vision of Success - Resource for webmasters to assist them into maximizing their revenue.</description>
	<lastBuildDate>Fri, 12 Mar 2010 11:51:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RJ Sherman</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-48158</link>
		<dc:creator>RJ Sherman</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-48158</guid>
		<description>When you are working in the new version of wordpress (2.8.1) you don&#039;t do: 

register_sidebar(1);
register_sidebar(2);
register_sidebar(3);

you do register_sidebars(3); instead and it knows to grab all three.

Good post - VERY helpful.</description>
		<content:encoded><![CDATA[<p>When you are working in the new version of wordpress (2.8.1) you don&#8217;t do: </p>
<p>register_sidebar(1);<br />
register_sidebar(2);<br />
register_sidebar(3);</p>
<p>you do register_sidebars(3); instead and it knows to grab all three.</p>
<p>Good post &#8211; VERY helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swoosh Away! - A free wordpress theme &#124; Angad Sodhi</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-43221</link>
		<dc:creator>Swoosh Away! - A free wordpress theme &#124; Angad Sodhi</dc:creator>
		<pubDate>Tue, 16 Jun 2009 21:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-43221</guid>
		<description>[...] How to add a dynamic sidebar in Wordpress? [...]</description>
		<content:encoded><![CDATA[<p>[...] How to add a dynamic sidebar in Wordpress? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed Balkhi</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-27533</link>
		<dc:creator>Syed Balkhi</dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-27533</guid>
		<description>With what you are describing to me, I am going to say that your template did not come with a dynamic sidebar. It have the codes without the number. I recommend you follow the tutorial and add your dynamic sidebars.</description>
		<content:encoded><![CDATA[<p>With what you are describing to me, I am going to say that your template did not come with a dynamic sidebar. It have the codes without the number. I recommend you follow the tutorial and add your dynamic sidebars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KV</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-27411</link>
		<dc:creator>KV</dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-27411</guid>
		<description>Thanks for the video. How ever my dynamic side bar doesn&#039;t work. This is what I think is the problem. My template came with a dynamic side bar.(I have gone back to the orginal sidebar) However, when I go to the widgets page on Wordpress only one sidebar is shown. And none of the widgets currently on my sidebar are shown. When I try to add widgets it deletes the orginal dymanic sidebar and replaces it with one. This is why I started searching for codes to fix or replace my tool bar which isn&#039;t working properly. Please help if you can. I would really like to be able to add more widgets to my sidebar. Thanks.

To help I have added the codes in my template

THEME FUNCTIONS


SIDE BARS
 &lt;!-- end of #content --&gt;





	
		
		Welcome to the Working Divas Blog!
		


		
		


		
		



		
		
		
		
		
		

	



	
	
		

		
			
			
			 
			
		
		

		
			
			
			
			

		

	








 &lt;!-- end sidebar --&gt;

STYLE SHEET
/*-------------------- Sidebar --------------------*/


#sidebar { float: right; width: 290px; margin: 0; padding: 0; }

#sidebar h2 { display: block; margin: 16px 0 6px 0; padding: 0 0 10px 3px; font-size: 1.4em; list-style-type: none; color: #CC0000; }

#sidebar ul { clear: both; margin: 0; padding: 0 0 20px 0; list-style-type: none; }
#sidebar ul li { clear: both; }

#sidebar ul.no-splitted li { background: transparent url(images/bullet.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }
#sidebar ul.no-splitted li:hover { background: transparent url(images/bullet-blue.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }
#sidebar ul.no-splitted li a:link, #sidebar ul.no-splitted li a:visited { color: #666; text-decoration: none; }
#sidebar ul.no-splitted li a:hover, #sidebar ul.no-splitted li a:active { color: #444; text-decoration: none; }

#sidebar ul.no-splitted ul li { margin: 0 -5px; }
#sidebar p, #sidebar form { margin: 0 5px; padding: 0 0 20px 0; }
#sidebar ul.blc { padding: 0 5px; }

#sidebar li#sidebar-splitted { float: left; width: 100%; margin: 0 0 15px 0; }
#sidebar-splitted .splitted-left { float: left; width: 140px; }
#sidebar-splitted .splitted-right { float: right; width: 145px; }

ul.splittedlists li { background: transparent url(images/bullet.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }
ul.splittedlists li:hover { background: transparent url(images/bullet-blue.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }
ul.splittedlists ul li { margin: 0 0 0 -23px; }

ul.splittedlists li a:link, ul.splittedlists li a:visited { color: #666; text-decoration: none; }
ul.splittedlists li a:hover, ul.splittedlists li a:active { color: #444; text-decoration: none; }</description>
		<content:encoded><![CDATA[<p>Thanks for the video. How ever my dynamic side bar doesn&#8217;t work. This is what I think is the problem. My template came with a dynamic side bar.(I have gone back to the orginal sidebar) However, when I go to the widgets page on Wordpress only one sidebar is shown. And none of the widgets currently on my sidebar are shown. When I try to add widgets it deletes the orginal dymanic sidebar and replaces it with one. This is why I started searching for codes to fix or replace my tool bar which isn&#8217;t working properly. Please help if you can. I would really like to be able to add more widgets to my sidebar. Thanks.</p>
<p>To help I have added the codes in my template</p>
<p>THEME FUNCTIONS</p>
<p>SIDE BARS<br />
 <!-- end of #content --></p>
<p>		Welcome to the Working Divas Blog!</p>
<p> <!-- end sidebar --></p>
<p>STYLE SHEET<br />
/*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Sidebar &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;*/</p>
<p>#sidebar { float: right; width: 290px; margin: 0; padding: 0; }</p>
<p>#sidebar h2 { display: block; margin: 16px 0 6px 0; padding: 0 0 10px 3px; font-size: 1.4em; list-style-type: none; color: #CC0000; }</p>
<p>#sidebar ul { clear: both; margin: 0; padding: 0 0 20px 0; list-style-type: none; }<br />
#sidebar ul li { clear: both; }</p>
<p>#sidebar ul.no-splitted li { background: transparent url(images/bullet.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }<br />
#sidebar ul.no-splitted li:hover { background: transparent url(images/bullet-blue.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }<br />
#sidebar ul.no-splitted li a:link, #sidebar ul.no-splitted li a:visited { color: #666; text-decoration: none; }<br />
#sidebar ul.no-splitted li a:hover, #sidebar ul.no-splitted li a:active { color: #444; text-decoration: none; }</p>
<p>#sidebar ul.no-splitted ul li { margin: 0 -5px; }<br />
#sidebar p, #sidebar form { margin: 0 5px; padding: 0 0 20px 0; }<br />
#sidebar ul.blc { padding: 0 5px; }</p>
<p>#sidebar li#sidebar-splitted { float: left; width: 100%; margin: 0 0 15px 0; }<br />
#sidebar-splitted .splitted-left { float: left; width: 140px; }<br />
#sidebar-splitted .splitted-right { float: right; width: 145px; }</p>
<p>ul.splittedlists li { background: transparent url(images/bullet.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }<br />
ul.splittedlists li:hover { background: transparent url(images/bullet-blue.gif) no-repeat 5px 1px; padding: 0 0 0 23px; }<br />
ul.splittedlists ul li { margin: 0 0 0 -23px; }</p>
<p>ul.splittedlists li a:link, ul.splittedlists li a:visited { color: #666; text-decoration: none; }<br />
ul.splittedlists li a:hover, ul.splittedlists li a:active { color: #444; text-decoration: none; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdel</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-20476</link>
		<dc:creator>Abdel</dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-20476</guid>
		<description>Thanks for the tip syed. I really like how you made it very straightforward. You saved my life and that of my actual theme cuz I was about to trash it.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip syed. I really like how you made it very straightforward. You saved my life and that of my actual theme cuz I was about to trash it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed Balkhi</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-11962</link>
		<dc:creator>Syed Balkhi</dc:creator>
		<pubDate>Mon, 06 Oct 2008 13:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-11962</guid>
		<description>You change the number of the sidebar. If you would like me to do it please use the contact form ... you can hire me to do it for you.</description>
		<content:encoded><![CDATA[<p>You change the number of the sidebar. If you would like me to do it please use the contact form &#8230; you can hire me to do it for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gionata</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-11933</link>
		<dc:creator>Gionata</dc:creator>
		<pubDate>Mon, 06 Oct 2008 04:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-11933</guid>
		<description>Dear Balkhi again...
Sorry for commenting again, but i really would like you to help me with that php code.
What do i write in page.php to acquire the second sidebar?

Regards.

Gionata Nencini
www.Partireper.it</description>
		<content:encoded><![CDATA[<p>Dear Balkhi again&#8230;<br />
Sorry for commenting again, but i really would like you to help me with that php code.<br />
What do i write in page.php to acquire the second sidebar?</p>
<p>Regards.</p>
<p>Gionata Nencini<br />
<a href="http://www.Partireper.it" rel="nofollow">http://www.Partireper.it</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gionata</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-11762</link>
		<dc:creator>Gionata</dc:creator>
		<pubDate>Sat, 04 Oct 2008 03:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-11762</guid>
		<description>thanks for the reply.

may i ask what is the code you would put in the page.php template to display the second sidebar?

I&#039;ve tried few different combination, but it shows always the first one...

Thanks a lot.

Gionata Nencini
http://www.Partireper.it</description>
		<content:encoded><![CDATA[<p>thanks for the reply.</p>
<p>may i ask what is the code you would put in the page.php template to display the second sidebar?</p>
<p>I&#8217;ve tried few different combination, but it shows always the first one&#8230;</p>
<p>Thanks a lot.</p>
<p>Gionata Nencini<br />
<a href="http://www.Partireper.it" rel="nofollow">http://www.Partireper.it</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed Balkhi</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-11760</link>
		<dc:creator>Syed Balkhi</dc:creator>
		<pubDate>Sat, 04 Oct 2008 03:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-11760</guid>
		<description>Well in this case, you would have to place the sidebar code in the page rather than footer and modify the whole template. So basically what you will do is have the normal sidebar in the index.php, but when it is page.php insert the second sidebar ...</description>
		<content:encoded><![CDATA[<p>Well in this case, you would have to place the sidebar code in the page rather than footer and modify the whole template. So basically what you will do is have the normal sidebar in the index.php, but when it is page.php insert the second sidebar &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gionata</title>
		<link>http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/comment-page-1/#comment-11750</link>
		<dc:creator>Gionata</dc:creator>
		<pubDate>Sat, 04 Oct 2008 01:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=88#comment-11750</guid>
		<description>Dear Balkhis.

The code works great with me, but let&#039;s say i want to display sidebar (2) in a page template, as a replacement of sidebar(1)?

How do you write the php code in the page template?



????

Thanks a lot.

Gionata Nencini
www.Partireper.it</description>
		<content:encoded><![CDATA[<p>Dear Balkhis.</p>
<p>The code works great with me, but let&#8217;s say i want to display sidebar (2) in a page template, as a replacement of sidebar(1)?</p>
<p>How do you write the php code in the page template?</p>
<p>????</p>
<p>Thanks a lot.</p>
<p>Gionata Nencini<br />
<a href="http://www.Partireper.it" rel="nofollow">http://www.Partireper.it</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
