<?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>WpFunc &#187; menu</title>
	<atom:link href="http://www.wpfunc.com/tag/menu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Fri, 09 Jul 2010 09:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Remove menus in Dashboard!</title>
		<link>http://www.wpfunc.com/wordpress/remove-menus-in-dashboard.html</link>
		<comments>http://www.wpfunc.com/wordpress/remove-menus-in-dashboard.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 16:31:57 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remove menu]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=393</guid>
		<description><![CDATA[You can remove WordPress Dashboard&#8217;s menus with easy code. Just install this code into your theme&#8217;s functions.php and use like this. You can use this code for your clients Dashoards. Lets Begin&#8230;
Here is the code;
function remove_menus () {
global $menu;
	$restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), __('Tools'), __('Users'), __('Settings'), __('Comments'), __('Plugins'));
	end ($menu);
	while (prev($menu)){
		$value = explode(' [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/how-to-change-dashboard-footer-texts.html' rel='bookmark' title='Permanent Link: How to change dashboard footer texts?'>How to change dashboard footer texts?</a></li>
<li><a href='http://www.wpfunc.com/wordpress/did-you-see-platinum-seo-pack-has-a-new-menu.html' rel='bookmark' title='Permanent Link: Did you see? Platinum SEO Pack Has a new menu!'>Did you see? Platinum SEO Pack Has a new menu!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-usable-tags-in-your-comment-form.html' rel='bookmark' title='Permanent Link: Show your usable tags in your comment form!'>Show your usable tags in your comment form!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can remove WordPress Dashboard&#8217;s menus with easy code. Just install this code into your theme&#8217;s functions.php and use like this. You can use this code for your clients Dashoards. Lets Begin&#8230;<span id="more-393"></span></p>
<h3>Here is the code;</h3>
<pre class="brush: php;">function remove_menus () {
global $menu;
	$restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), __('Tools'), __('Users'), __('Settings'), __('Comments'), __('Plugins'));
	end ($menu);
	while (prev($menu)){
		$value = explode(' ',$menu[key($menu)][0]);
		if(in_array($value[0] != NULL?$value[0]:&quot;&quot; , $restricted)){unset($menu[key($menu)]);}
	}
}
add_action('admin_menu', 'remove_menus');
</pre>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html&amp;title=Remove%20menus%20in%20Dashboard%21&amp;notes=You%20can%20remove%20WordPress%20Dashboard%27s%20menus%20with%20easy%20code.%20Just%20install%20this%20code%20into%20your%20theme%27s%20functions.php%20and%20use%20like%20this.%20You%20can%20use%20this%20code%20for%20your%20clients%20Dashoards.%20Lets%20Begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0A%5Bphp%5Dfunction%20remove_menus%20%28%29%20%7B'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html&amp;title=Remove%20menus%20in%20Dashboard%21&amp;bodytext=You%20can%20remove%20WordPress%20Dashboard%27s%20menus%20with%20easy%20code.%20Just%20install%20this%20code%20into%20your%20theme%27s%20functions.php%20and%20use%20like%20this.%20You%20can%20use%20this%20code%20for%20your%20clients%20Dashoards.%20Lets%20Begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0A%5Bphp%5Dfunction%20remove_menus%20%28%29%20%7B'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html&amp;t=Remove%20menus%20in%20Dashboard%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Remove%20menus%20in%20Dashboard%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html&amp;title=Remove%20menus%20in%20Dashboard%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html&amp;title=Remove%20menus%20in%20Dashboard%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fremove-menus-in-dashboard.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/how-to-change-dashboard-footer-texts.html' rel='bookmark' title='Permanent Link: How to change dashboard footer texts?'>How to change dashboard footer texts?</a></li>
<li><a href='http://www.wpfunc.com/wordpress/did-you-see-platinum-seo-pack-has-a-new-menu.html' rel='bookmark' title='Permanent Link: Did you see? Platinum SEO Pack Has a new menu!'>Did you see? Platinum SEO Pack Has a new menu!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-usable-tags-in-your-comment-form.html' rel='bookmark' title='Permanent Link: Show your usable tags in your comment form!'>Show your usable tags in your comment form!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/remove-menus-in-dashboard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
