<?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/"
	>

<channel>
	<title>blogging and scraping &#187; dashboard</title>
	<atom:link href="http://www.tsnpc.com/tag/dashboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsnpc.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 22:54:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>remove the dashboard in wordpress</title>
		<link>http://www.tsnpc.com/remove-the-dashboard-in-wordpress/</link>
		<comments>http://www.tsnpc.com/remove-the-dashboard-in-wordpress/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 00:42:59 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dashboard]]></category>

		<guid isPermaLink="false">http://tsnpc.com/?p=22</guid>
		<description><![CDATA[There are many rss in the dashboard, and sometimes it causes the wp-admin to load slowly, following is a way to remove the dashboard: find and modify the file of index-extra.php in the folder \wp-admin: original: &#60;?php require_once(â€™admin.phpâ€™); require( â€˜includes/dashboard.phpâ€™ ); require_once (ABSPATH . WPINC . â€˜/rss.phpâ€™); @header(â€™Content-Type: â€˜ . get_option(â€™html_typeâ€™) . â€˜; charset=â€™ . [...]]]></description>
			<content:encoded><![CDATA[<p>There are many rss in the dashboard, and sometimes it causes the wp-admin to load slowly, following is a way to remove the dashboard:</p>
<p>find and modify the file of index-extra.php in the folder \wp-admin:</p>
<p>original:</p>
<p>&lt;?php require_once(â€™admin.phpâ€™);<br />
require( â€˜includes/dashboard.phpâ€™ );<br />
require_once (ABSPATH . WPINC . â€˜/rss.phpâ€™);</p>
<p>@header(â€™Content-Type: â€˜ . get_option(â€™html_typeâ€™) . â€˜; charset=â€™ . get_option(â€™blog_charsetâ€™));</p>
<p>switch ( $_GET[â€™jaxâ€™] ) {</p>
<p>case â€˜incominglinksâ€™ :<br />
wp_dashboard_incoming_links_output();<br />
break;</p>
<p>case â€˜devnewsâ€™ :<br />
wp_dashboard_rss_output( â€˜dashboard_primaryâ€™ );<br />
break;</p>
<p>case â€˜planetnewsâ€™ :<br />
wp_dashboard_secondary_output();<br />
break;</p>
<p>case â€˜pluginsâ€™ :<br />
wp_dashboard_plugins_output();<br />
break;</p>
<p>}</p>
<p>?&gt;</p>
<p>modified:</p>
<p>&lt;?php require_once(â€™admin.phpâ€™);<br />
require( â€˜includes/dashboard.phpâ€™ );<br />
require_once (ABSPATH . WPINC . â€˜/rss.phpâ€™);</p>
<p>@header(â€™Content-Type: â€˜ . get_option(â€™html_typeâ€™) . â€˜; charset=â€™ . get_option(â€™blog_charsetâ€™));<br />
/*<br />
switch ( $_GET[â€™jaxâ€™] ) {</p>
<p>case â€˜incominglinksâ€™ :<br />
wp_dashboard_incoming_links_output();<br />
break;</p>
<p>case â€˜devnewsâ€™ :<br />
wp_dashboard_rss_output( â€˜dashboard_primaryâ€™ );<br />
break;</p>
<p>case â€˜planetnewsâ€™ :<br />
wp_dashboard_secondary_output();<br />
break;</p>
<p>case â€˜pluginsâ€™ :<br />
wp_dashboard_plugins_output();<br />
break;</p>
<p>}<br />
*/<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsnpc.com/remove-the-dashboard-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
