<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Disable default WordPress widgets</title>
	<atom:link href="http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/</link>
	<description>Hacking WordPress. Keeping the bits together.</description>
	<lastBuildDate>Wed, 23 Dec 2009 20:12:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Philip Arthur Moore</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2960</link>
		<dc:creator>Philip Arthur Moore</dc:creator>
		<pubDate>Tue, 18 Nov 2008 14:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2960</guid>
		<description>An update for anyone else who stumbles upon this post:  instead of using nice names for the widget unregistering line, use the &#039;slugs&#039; included in the newest versions of WordPress.  So, for example, instead of using &#039;Recent Comments&#039; or &#039;Recent Posts&#039;, use &#039;recent-comments&#039; and &#039;recent-posts&#039;.  You will find all of these on lines ~1400+ of /wp-includes/widgets.php (as of WordPress version 2.6.3).

Additionally, as far as I can tell, there is no need to add in the extra lines of code for the RSS and text blocks.  Simply use unregister_sidebar_widget (&#039;text-1&#039;); and it should work.  Cheers.</description>
		<content:encoded><![CDATA[<p>An update for anyone else who stumbles upon this post:  instead of using nice names for the widget unregistering line, use the &#8217;slugs&#8217; included in the newest versions of WordPress.  So, for example, instead of using &#8216;Recent Comments&#8217; or &#8216;Recent Posts&#8217;, use &#8216;recent-comments&#8217; and &#8216;recent-posts&#8217;.  You will find all of these on lines ~1400+ of /wp-includes/widgets.php (as of WordPress version 2.6.3).</p>
<p>Additionally, as far as I can tell, there is no need to add in the extra lines of code for the RSS and text blocks.  Simply use unregister_sidebar_widget (&#8216;text-1&#8242;); and it should work.  Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2935</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 12 Aug 2008 19:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2935</guid>
		<description>Nice, would have been better if you had posted the code....heehee</description>
		<content:encoded><![CDATA[<p>Nice, would have been better if you had posted the code&#8230;.heehee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid Mamchenkov</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2819</link>
		<dc:creator>Leonid Mamchenkov</dc:creator>
		<pubDate>Sun, 20 Jan 2008 14:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2819</guid>
		<description>Ian,

maybe it&#039;s something to do with space, or capital letters... Don&#039;t know, really. I haven&#039;t been through WordPress 2.3 code yet...</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>maybe it&#8217;s something to do with space, or capital letters&#8230; Don&#8217;t know, really. I haven&#8217;t been through WordPress 2.3 code yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2818</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Sat, 19 Jan 2008 18:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-2818</guid>
		<description>For some reason this doesn&#039;t work with &lt;code&gt;unregister_sidebar_widget(&#039;Tag Cloud&#039;);&lt;/code&gt;. No clue why. It doesn&#039;t appear any different in &lt;code&gt;widgets.php&lt;/code&gt;.  Otherwise, very cool! Thanks!</description>
		<content:encoded><![CDATA[<p>For some reason this doesn&#8217;t work with <code>unregister_sidebar_widget('Tag Cloud');</code>. No clue why. It doesn&#8217;t appear any different in <code>widgets.php</code>.  Otherwise, very cool! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid Mamchenkov</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-1239</link>
		<dc:creator>Leonid Mamchenkov</dc:creator>
		<pubDate>Fri, 21 Sep 2007 12:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-1239</guid>
		<description>Dre,

I think it either works or not :)
which I guess is the right way to do UI. Why show something that doesn&#039;t work? </description>
		<content:encoded><![CDATA[<p>Dre,</p>
<p>I think it either works or not :)<br />
which I guess is the right way to do UI. Why show something that doesn&#8217;t work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dre</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-1238</link>
		<dc:creator>Dre</dc:creator>
		<pubDate>Fri, 21 Sep 2007 11:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-1238</guid>
		<description>What if you just wanted to make the title of the widget unclickable?</description>
		<content:encoded><![CDATA[<p>What if you just wanted to make the title of the widget unclickable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid Mamchenkov</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-7</link>
		<dc:creator>Leonid Mamchenkov</dc:creator>
		<pubDate>Sat, 16 Jun 2007 22:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-7</guid>
		<description>tawodi,

just remove the line, which disables the &#039;Categories&#039; widget:

&lt;code&gt;unregister_sidebar_widget(’Categories’);&lt;/code&gt;

Your Categories widget will be back and the behavior restored.  Nothing is permanently removed.  It&#039;s all temporary, for as long as you have the code in place.</description>
		<content:encoded><![CDATA[<p>tawodi,</p>
<p>just remove the line, which disables the &#8216;Categories&#8217; widget:</p>
<p><code>unregister_sidebar_widget(’Categories’);</code></p>
<p>Your Categories widget will be back and the behavior restored.  Nothing is permanently removed.  It&#8217;s all temporary, for as long as you have the code in place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tawodi</title>
		<link>http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-5</link>
		<dc:creator>tawodi</dc:creator>
		<pubDate>Sat, 16 Jun 2007 21:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/06/15/disable-default-wordpress-widgets/#comment-5</guid>
		<description>in my categories there was a box for each I thought it was really neat looking now they are just blog rolled I noticed it yesterday is this a permanent change or can I have them back the way they were???</description>
		<content:encoded><![CDATA[<p>in my categories there was a box for each I thought it was really neat looking now they are just blog rolled I noticed it yesterday is this a permanent change or can I have them back the way they were???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
