<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Anthology of Ideas &#187; dashboard editor</title>
	<atom:link href="http://anthologyoi.com/tag/dashboard-editor/feed" rel="self" type="application/rss+xml" />
	<link>http://anthologyoi.com</link>
	<description>Anthology of Ideas is an archive of thoughts and form.</description>
	<lastBuildDate>Sat, 03 Mar 2012 11:16:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Dashboard Editor</title>
		<link>http://anthologyoi.com/wordpress/plugins/wordpress-dashboard-editor.html</link>
		<comments>http://anthologyoi.com/wordpress/plugins/wordpress-dashboard-editor.html#comments</comments>
		<pubDate>Tue, 18 Mar 2008 20:20:58 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[dashboard editor]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://anthologyoi.com/wordpress/plugins/wordpress-dashboard-editor.html</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Of the entire website the Dashboard is seen by administrators the most, but it is the hardest part of WordPress to customize. Well not anymore. This plugin allows you to add whatever you want to the Dashboard through PHP and HTML and allows you to <strong>even add Sidebar Widgets</strong>. You may also wipe the entire dashboard or  individually remove some of the more irritating sections like the Dev news, Planet WordPress and the getting started section. </p>
<p>In WordPress 2.5, the code is cleaner, the plugin is more responsive and you can add both &#8220;real&#8221; sidebar widgets, or add &#8220;fake&#8221; ones to match the dashboard.</p>
<p>This plugin is currently intended for 2.5, but it also works in  WordPress 2.1 &#8211; 2.3 and can work in WordPress 2.0.x if you use the Completely Wipe Dashboard option.</p>
<p><a href='http://anthologyoi.com/wp-content/uploads/2008/03/wordpress-25-dashboard.png'><img src="http://anthologyoi.com/wp-content/uploads/2008/03/wordpress-25-dashboard-300x148.png" alt="" title="wordpress-25-dashboard" width="300" height="148" class="aligncenter size-medium attachment wp-att-535" /></a></p>
<p><strong>Installation is a breeze:</strong></p>
<ol>
<li> <a href='http://downloads.wordpress.org/plugin/wordpress-dashboard-editor.zip' title='Wordpress Dashboard Editor'> Download the zip file for WordPress Dashboard Editor</a></li>
<li>Unzip and upload dashboard.php to your wp-content/plugins/ folder.</li>
<li>Go to your dashboard. There will be a new sub-menu item. </li>
<li>Select any options you want and add any PHP or HTML code that you want to the textbox. </li>
</ol>
<p><strong>Code Examples:</strong></p>
<p>To add a sidebar widget to your dashboard (after selecting the option from the Dashboard management page) use the code:<br />
<span class="inline-code">&lt;?php dynamic_sidebar(&#039;admin&#039;);?&gt;</span><br />
The Admin sidebar is modified and controlled the exact same way as any other sidebar.</p>
<p>If you use the WP-UserOnline plugin you can use:<br />
<span class="inline-code">&lt;?php echo useronline_page();?&gt;</span></p>
<p>In WordPress 2.1-2.3 f you find that your new content doesn&#8217;t align nicely you can add:<br />
<pre class="brush: php">&lt;div style=&quot;float:left; width:460px;&quot;&gt;
//
//Add all other content here
//
&lt;/div&gt;</pre></p>
<p>Any code that can be used in your WordPress Theme can be used in the dashboard. This means that you can have different information appear for the <a href="http://codex.wordpress.org/Roles_and_Capabilities">different user roles</a> among other things.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthologyoi.com/wordpress/plugins/wordpress-dashboard-editor.html/feed</wfw:commentRss>
		<slash:comments>181</slash:comments>
		</item>
	</channel>
</rss>

