<?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 remove widget areas from the backend?</title>
	<atom:link href="http://programming.thematic4you.com/2010/02/how-to-remove-widget-areas-from-the-backend/feed/" rel="self" type="application/rss+xml" />
	<link>http://programming.thematic4you.com/2010/02/how-to-remove-widget-areas-from-the-backend/</link>
	<description>Code Snippets and more ...</description>
	<lastBuildDate>Wed, 21 Sep 2011 08:20:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Caio Costa</title>
		<link>http://programming.thematic4you.com/2010/02/how-to-remove-widget-areas-from-the-backend/comment-page-1/#comment-85</link>
		<dc:creator>Caio Costa</dc:creator>
		<pubDate>Thu, 24 Feb 2011 20:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=24#comment-85</guid>
		<description>If you want to remove ALL sidebars, just make the function return null:

function remove_widgetized_area($content) {
    return null;
}</description>
		<content:encoded><![CDATA[<p>If you want to remove ALL sidebars, just make the function return null:</p>
<p>function remove_widgetized_area($content) {<br />
    return null;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

