<?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: WordPress 2.5 (Brecker) Dashboard: How to remove widget items?</title>
	<atom:link href="http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/</link>
	<description>Technology, Blogging, Computer, Hardware, Software, Networking, Web, Media, LifeStyle, Gadgets</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:30:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-67349</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-67349</guid>
		<description>I have been developing a plugin to remove the widgets on the dashboard in WP 2.8.4, you should just be able to add the id&#039;s of the widgets you want to remove in the do_meta_boxes function.

add_action(&#039;do_meta_boxes&#039;, array(&amp;$this, &#039;do_meta_boxes&#039;),10,3);
			
		
		
		function do_meta_boxes($type, $context, $post)
		{
			remove_meta_box(&#039;dashboard_quick_press&#039;, $type, $context);
		}</description>
		<content:encoded><![CDATA[<p>I have been developing a plugin to remove the widgets on the dashboard in WP 2.8.4, you should just be able to add the id's of the widgets you want to remove in the do_meta_boxes function.</p>
<p>add_action('do_meta_boxes', array(&amp;$this, 'do_meta_boxes'),10,3);</p>
<p>		function do_meta_boxes($type, $context, $post)<br />
		{<br />
			remove_meta_box('dashboard_quick_press', $type, $context);<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subir Ghosh</title>
		<link>http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-61925</link>
		<dc:creator>Subir Ghosh</dc:creator>
		<pubDate>Mon, 03 Nov 2008 16:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-61925</guid>
		<description>Phew! 

That&#039;s all that I can say. Thanks a tonne, mate :)</description>
		<content:encoded><![CDATA[<p>Phew! </p>
<p>That's all that I can say. Thanks a tonne, mate :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DG</title>
		<link>http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-60929</link>
		<dc:creator>DG</dc:creator>
		<pubDate>Sat, 02 Aug 2008 13:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-60929</guid>
		<description>That&#039;s true, but this hack is useful, if you&#039;re running on plugins crash-diet.</description>
		<content:encoded><![CDATA[<p>That's true, but this hack is useful, if you're running on plugins crash-diet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kym</title>
		<link>http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-60927</link>
		<dc:creator>Kym</dc:creator>
		<pubDate>Sat, 02 Aug 2008 11:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-60927</guid>
		<description>The widget items are damn annnoying. :(

They increase the loading time of such an important page.

And making modifications can be useless as one would forget about making them. So upon an automatic upgrade to the latest version of WordPress...the widget items come back to haunt you. :(</description>
		<content:encoded><![CDATA[<p>The widget items are damn annnoying. :(</p>
<p>They increase the loading time of such an important page.</p>
<p>And making modifications can be useless as one would forget about making them. So upon an automatic upgrade to the latest version of WordPress...the widget items come back to haunt you. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wordpress 2.5 &#124; cisco biscuits</title>
		<link>http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-59488</link>
		<dc:creator>wordpress 2.5 &#124; cisco biscuits</dc:creator>
		<pubDate>Sat, 26 Apr 2008 23:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-59488</guid>
		<description>[...] page apparently along similar lines, no luck in the forums etc so far but i did find this fix for the drag and drop widget editor, not attempted it yet but i will probably have to, 2.5.1 hit the streets yesterday and that [...]</description>
		<content:encoded><![CDATA[<p>[...] page apparently along similar lines, no luck in the forums etc so far but i did find this fix for the drag and drop widget editor, not attempted it yet but i will probably have to, 2.5.1 hit the streets yesterday and that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress 2.5: How to display Technorati links on the dashboard? &#187; D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more by Deepak </title>
		<link>http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-59003</link>
		<dc:creator>WordPress 2.5: How to display Technorati links on the dashboard? &#187; D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more by Deepak </dc:creator>
		<pubDate>Thu, 10 Apr 2008 07:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditii.com/2008/04/06/wordpress-25-brecker-dashboard-how-to-remove-widget-items/#comment-59003</guid>
		<description>[...] You may also like to read, &#8220;how to remove widgets from the dashboard?&#8220; [...]</description>
		<content:encoded><![CDATA[<p>[...] You may also like to read, &#8220;how to remove widgets from the dashboard?&#8220; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
