<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: How to add Dynamic Widget Ready Sidebars in WordPress</title>
	<atom:link href="http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: wpbeginner</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-123556</link>
		<dc:creator>wpbeginner</dc:creator>
		<pubDate>Wed, 05 Oct 2011 13:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-123556</guid>
		<description>@survey728 Yes, you need to add css classes. First idea would be to wrap it all in an id like #footer-widgets...Then add a class like #footer-widgets .widget{width: 100px; float: left;} Replace the width to whatever you like. Add margins and such to your like.</description>
		<content:encoded><![CDATA[<p>@survey728 Yes, you need to add css classes. First idea would be to wrap it all in an id like #footer-widgets&#8230;Then add a class like #footer-widgets .widget{width: 100px; float: left;} Replace the width to whatever you like. Add margins and such to your like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: survey728</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-123555</link>
		<dc:creator>survey728</dc:creator>
		<pubDate>Wed, 05 Oct 2011 13:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-123555</guid>
		<description>I&#039;ve installed this sidebar in my footer but the widgets are stacking on top of one another instead of side by side at officialbabyshowerguide.com. Is there css I should be adding to the stylesheet for this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed this sidebar in my footer but the widgets are stacking on top of one another instead of side by side at officialbabyshowerguide.com. Is there css I should be adding to the stylesheet for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-49931</link>
		<dc:creator>will</dc:creator>
		<pubDate>Tue, 16 Nov 2010 22:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-49931</guid>
		<description>awesome hack +now what widget would be best for the footer.</description>
		<content:encoded><![CDATA[<p>awesome hack +now what widget would be best for the footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omar jutt</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-21754</link>
		<dc:creator>omar jutt</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-21754</guid>
		<description>and what about css? please tell me code for css with everything set. SO that I only have to change the values.</description>
		<content:encoded><![CDATA[<p>and what about css? please tell me code for css with everything set. SO that I only have to change the values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teodoro Lopez</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-11142</link>
		<dc:creator>Teodoro Lopez</dc:creator>
		<pubDate>Sun, 21 Mar 2010 16:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-11142</guid>
		<description>I added the - register_sidebars(3); - after the first registered sidebar that was already in my functions.php file and it gave me problems. Instead of giving me a 1 through 4 list it gave me sidebar 1 two times followed by sidebar 2 and 3. I ended up moving the register_sidebar(3); before the first registered sidebar and that fixed my issue.</description>
		<content:encoded><![CDATA[<p>I added the &#8211; register_sidebars(3); &#8211; after the first registered sidebar that was already in my functions.php file and it gave me problems. Instead of giving me a 1 through 4 list it gave me sidebar 1 two times followed by sidebar 2 and 3. I ended up moving the register_sidebar(3); before the first registered sidebar and that fixed my issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-11138</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Sun, 21 Mar 2010 15:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-11138</guid>
		<description>You can place it wherever you like in your theme files. If you want to display these in the sidebar then put them in sidebar.php. If you want to use the widgets in the footer, use it in footer.php</description>
		<content:encoded><![CDATA[<p>You can place it wherever you like in your theme files. If you want to display these in the sidebar then put them in sidebar.php. If you want to use the widgets in the footer, use it in footer.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-11137</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Sun, 21 Mar 2010 15:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-11137</guid>
		<description>It can go anywhere within the php codes. At the top would be just fine.</description>
		<content:encoded><![CDATA[<p>It can go anywhere within the php codes. At the top would be just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindi</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-11120</link>
		<dc:creator>Cindi</dc:creator>
		<pubDate>Sun, 21 Mar 2010 04:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-11120</guid>
		<description>Where would this go in the functions.php ?

register_sidebars(3);</description>
		<content:encoded><![CDATA[<p>Where would this go in the functions.php ?</p>
<p>register_sidebars(3);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindi</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-11119</link>
		<dc:creator>Cindi</dc:creator>
		<pubDate>Sun, 21 Mar 2010 04:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-11119</guid>
		<description>Place the following code where?

Once you have done adding the widgets to each sidebar, simply open up a theme file of your choice and paste the following code to display each sidebar.

    
    Insert text that will display only if you are not using any WordPress widgets in this sidebar.
    </description>
		<content:encoded><![CDATA[<p>Place the following code where?</p>
<p>Once you have done adding the widgets to each sidebar, simply open up a theme file of your choice and paste the following code to display each sidebar.</p>
<p>    Insert text that will display only if you are not using any WordPress widgets in this sidebar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teodoro Lopez</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/comment-page-1/#comment-11046</link>
		<dc:creator>Teodoro Lopez</dc:creator>
		<pubDate>Fri, 19 Mar 2010 08:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1018#comment-11046</guid>
		<description>thanks for the reply,

I checked the writing panels and they didnt move either, I did go through the plugins and found out it was a plugin that was preventing me from making the changes. I deactivated and will now find a new plugin to replace the old one. it was an event calendar plugin.

Thanks again!</description>
		<content:encoded><![CDATA[<p>thanks for the reply,</p>
<p>I checked the writing panels and they didnt move either, I did go through the plugins and found out it was a plugin that was preventing me from making the changes. I deactivated and will now find a new plugin to replace the old one. it was an event calendar plugin.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 00:06:08 -->
