<?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: Add WordPress Dashboard Widgets</title>
	<atom:link href="http://wpengineer.com/307/add-wordpress-dashboard-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DavidM</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-6309</link>
		<dc:creator>DavidM</dc:creator>
		<pubDate>Fri, 14 Jan 2011 03:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-6309</guid>
		<description>Great post and it&#039;s still applicable after all this time.

For anyone interested, I just posted this article and ensuing form to automatically create dashboard widgets. It&#039;s a javascripted form that creates all the necessary plugin code from the input parameters. I&#039;ve tested it myself and it&#039;s worked fine for including a Google Gadget, which I think has great potential. Anyway, it&#039;s at the following.

http://thehacked.com/wordpress-dashboard-widget-plugin-maker/

Enjoy,
DavidM</description>
		<content:encoded><![CDATA[<p>Great post and it's still applicable after all this time.</p>
<p>For anyone interested, I just posted this article and ensuing form to automatically create dashboard widgets. It's a javascripted form that creates all the necessary plugin code from the input parameters. I've tested it myself and it's worked fine for including a Google Gadget, which I think has great potential. Anyway, it's at the following.</p>
<p><a href="http://thehacked.com/wordpress-dashboard-widget-plugin-maker/" rel="nofollow">http://thehacked.com/wordpress-dashboard-widget-plugin-maker/</a></p>
<p>Enjoy,<br />
DavidM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank MacDonald &#187; Add custom widgets to the WordPress dashboard</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-4850</link>
		<dc:creator>Frank MacDonald &#187; Add custom widgets to the WordPress dashboard</dc:creator>
		<pubDate>Tue, 07 Sep 2010 03:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-4850</guid>
		<description>[...] Information can be found here: Removing Dashboard Widgets WordPress Codex: Admin Widgets API Help Adding Widgets Tutorial 10 Dashboard Hacks Google Analytics Dashboard Integration Email Dashboard Widget Facebook Dashboard [...]</description>
		<content:encoded><![CDATA[<p>[...] Information can be found here: Removing Dashboard Widgets WordPress Codex: Admin Widgets API Help Adding Widgets Tutorial 10 Dashboard Hacks Google Analytics Dashboard Integration Email Dashboard Widget Facebook Dashboard [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Hoskins</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3780</link>
		<dc:creator>Owen Hoskins</dc:creator>
		<pubDate>Tue, 23 Mar 2010 19:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3780</guid>
		<description>I&#039;d like to echo marujo&#039;s question about adding text widgets to the dashboard. 

I&#039;ve tried blending these snippets and those from Rick&#039;s follow up article (http://rick.jinlabs.com/2009/02/01/how-add-options-to-your-wordpress-27-dashboard-widgets/) with snippets from the default-widgets.php or dashboard.php or posts like (http://justintadlock.com/archives/2009/05/26/the-complete-guide-to-creating-widgets-in-wordpress-28) but can&#039;t seem to manage any output to my sidebar.

This should be possible yes? Any ideas?

I think this could be very interesting for providing easier-to-use widgets for the user client.

Thanks for sharing your expertise.

Best,
Owen</description>
		<content:encoded><![CDATA[<p>I'd like to echo marujo's question about adding text widgets to the dashboard. </p>
<p>I've tried blending these snippets and those from Rick's follow up article (<a href="http://rick.jinlabs.com/2009/02/01/how-add-options-to-your-wordpress-27-dashboard-widgets/" rel="nofollow">http://rick.jinlabs.com/2009/02/01/how-add-options-to-your-wordpress-27-dashboard-widgets/</a>) with snippets from the default-widgets.php or dashboard.php or posts like (<a href="http://justintadlock.com/archives/2009/05/26/the-complete-guide-to-creating-widgets-in-wordpress-28" rel="nofollow">http://justintadlock.com/archives/2009/05/26/the-complete-guide-to-creating-widgets-in-wordpress-28</a>) but can't seem to manage any output to my sidebar.</p>
<p>This should be possible yes? Any ideas?</p>
<p>I think this could be very interesting for providing easier-to-use widgets for the user client.</p>
<p>Thanks for sharing your expertise.</p>
<p>Best,<br />
Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Shepherd</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3439</link>
		<dc:creator>Brent Shepherd</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3439</guid>
		<description>Hi Frank, 

Thanks for a good article. 

Do you know of a built in function to add a widget to the side dashboard? The wp_add_dashboard_widget function seems to only allow adding it to the &#039;normal&#039; area. 

I can add the fields directly to the $wp_meta_boxes array, but a built in function would be much more robust. :)</description>
		<content:encoded><![CDATA[<p>Hi Frank, </p>
<p>Thanks for a good article. </p>
<p>Do you know of a built in function to add a widget to the side dashboard? The wp_add_dashboard_widget function seems to only allow adding it to the 'normal' area. </p>
<p>I can add the fields directly to the $wp_meta_boxes array, but a built in function would be much more robust. <img src='http://wpengineer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3161</link>
		<dc:creator>Artem</dc:creator>
		<pubDate>Wed, 30 Dec 2009 21:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3161</guid>
		<description>Is there a way to add a new widget to the dashboard with ajax? After the dashboard finished loading?</description>
		<content:encoded><![CDATA[<p>Is there a way to add a new widget to the dashboard with ajax? After the dashboard finished loading?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3096</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Tue, 22 Dec 2009 10:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3096</guid>
		<description>If you use my code, a widget appears in the dashboard.
In this widget you can read &quot;Text widget by ARCHIparmentier &#124; wordpressdesigner&#039;&quot;. This text is product by the function text_widget()
You can change this function to product another result.</description>
		<content:encoded><![CDATA[<p>If you use my code, a widget appears in the dashboard.<br />
In this widget you can read "Text widget by ARCHIparmentier | wordpressdesigner'". This text is product by the function text_widget()<br />
You can change this function to product another result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marujo</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3083</link>
		<dc:creator>marujo</dc:creator>
		<pubDate>Tue, 22 Dec 2009 02:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3083</guid>
		<description>hi sebastien. i try but only appears a blank widget. i need to show the editable content in the text widget also in dashboard. it is possible? i notice that the theme im usiong the sidebar as named as &#039;right&#039;, and the name of my text widget is &#039;Cotação Câmbio&quot;. if you can help me, i thank you a lot. thanks!</description>
		<content:encoded><![CDATA[<p>hi sebastien. i try but only appears a blank widget. i need to show the editable content in the text widget also in dashboard. it is possible? i notice that the theme im usiong the sidebar as named as 'right', and the name of my text widget is 'Cotação Câmbio". if you can help me, i thank you a lot. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3082</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Mon, 21 Dec 2009 22:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3082</guid>
		<description>Marujo &gt; paste this in function.php


&lt;?php
if (!function_exists(&#039;text_widget&#039;)) {

	
	function text_widget() {

			echo &#039;Text widget by ARCHIparmentier &#124; wordpressdesigner&#039;;

	}
 
	function archi_setup() {
	    wp_add_dashboard_widget( &#039;text_widget&#039; , &#039;text widget&#039; , &#039;text_widget&#039;);
	}
 
	add_action(&#039;wp_dashboard_setup&#039;, &#039;archi_setup&#039;);
}

?&gt;</description>
		<content:encoded><![CDATA[<p>Marujo &gt; paste this in function.php</p>
<p>&lt;?php<br />
if (!function_exists(&#039;text_widget&#039;)) {</p>
<p>	function text_widget() {</p>
<p>			echo &#039;Text widget by ARCHIparmentier | wordpressdesigner';</p>
<p>	}</p>
<p>	function archi_setup() {<br />
	    wp_add_dashboard_widget( 'text_widget' , 'text widget' , 'text_widget');<br />
	}</p>
<p>	add_action('wp_dashboard_setup', 'archi_setup');<br />
}</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marujo</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3081</link>
		<dc:creator>marujo</dc:creator>
		<pubDate>Mon, 21 Dec 2009 21:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3081</guid>
		<description>im trying to add a text widget of widgets sidebar in dashboard. how can i do it? anyone can help me, please!!</description>
		<content:encoded><![CDATA[<p>im trying to add a text widget of widgets sidebar in dashboard. how can i do it? anyone can help me, please!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marujo</title>
		<link>http://wpengineer.com/307/add-wordpress-dashboard-widgets/#comment-3035</link>
		<dc:creator>marujo</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=307#comment-3035</guid>
		<description>with this hack is possible to put a widget text (that configured in appearance) in the dashboard? thanks</description>
		<content:encoded><![CDATA[<p>with this hack is possible to put a widget text (that configured in appearance) in the dashboard? thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

