<?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: Declare Multiple Widgetized Areas</title>
	<atom:link href="http://digwp.com/2010/03/declare-multiple-widgetized-areas/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Fri, 18 May 2012 18:22:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: JosÃ© Monteiro</title>
		<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/#comment-4324</link>
		<dc:creator>JosÃ© Monteiro</dc:creator>
		<pubDate>Mon, 19 Apr 2010 18:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1686#comment-4324</guid>
		<description>Simply in love with all this.</description>
		<content:encoded><![CDATA[<p>Simply in love with all this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Leblanc</title>
		<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/#comment-4022</link>
		<dc:creator>Denis Leblanc</dc:creator>
		<pubDate>Sun, 28 Mar 2010 22:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1686#comment-4022</guid>
		<description>Thanks Chris, saved me tons of time.</description>
		<content:encoded><![CDATA[<p>Thanks Chris, saved me tons of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/#comment-3935</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Mar 2010 04:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1686#comment-3935</guid>
		<description>Oooh...think I found it...&lt;code&gt;functions.php&lt;/code&gt;?  Now I just have to figure out how to edit widgets!</description>
		<content:encoded><![CDATA[<p>Oooh&#8230;think I found it&#8230;<code>functions.php</code>?  Now I just have to figure out how to edit widgets!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/#comment-3934</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Mar 2010 03:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1686#comment-3934</guid>
		<description>Okay, I&#039;ll apologize up front for the noob question, but...would I add this script to &lt;code&gt;index.php&lt;/code&gt;? Or &lt;code&gt;sidebar.php&lt;/code&gt;?  Or...?  I&#039;m leaning toward &lt;code&gt;index.php&lt;/code&gt; but just not sure.</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;ll apologize up front for the noob question, but&#8230;would I add this script to <code>index.php</code>? Or <code>sidebar.php</code>?  Or&#8230;?  I&#8217;m leaning toward <code>index.php</code> but just not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curtismchale</title>
		<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/#comment-3820</link>
		<dc:creator>curtismchale</dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1686#comment-3820</guid>
		<description>While this is pretty cool it doesn&#039;t let you add descriptions to your widgetized areas (which we should all be doing). I personally don&#039;t think it&#039;s really functionally usable on a theme without being able to add descriptions to help the end user know what a sidebar is for.</description>
		<content:encoded><![CDATA[<p>While this is pretty cool it doesn&#8217;t let you add descriptions to your widgetized areas (which we should all be doing). I personally don&#8217;t think it&#8217;s really functionally usable on a theme without being able to add descriptions to help the end user know what a sidebar is for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Singleton</title>
		<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/#comment-3819</link>
		<dc:creator>TJ Singleton</dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1686#comment-3819</guid>
		<description>I use this type of trick all the time. I&#039;ve wrapped the loop into a function and tucked in to my standard wp lib. I&#039;ve always wondered why more people don&#039;t use a iterative approach in php/wp development. Thanks for sharing. :)</description>
		<content:encoded><![CDATA[<p>I use this type of trick all the time. I&#8217;ve wrapped the loop into a function and tucked in to my standard wp lib. I&#8217;ve always wondered why more people don&#8217;t use a iterative approach in php/wp development. Thanks for sharing. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://digwp.com/2010/03/declare-multiple-widgetized-areas/#comment-3816</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1686#comment-3816</guid>
		<description>You know that is a very simple script but a great idea.  Nice work.  The result is not just saving you lines of code but saving you time which is important.</description>
		<content:encoded><![CDATA[<p>You know that is a very simple script but a great idea.  Nice work.  The result is not just saving you lines of code but saving you time which is important.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

