Some people feels admin bar from WordPress 3.1 quite disturbing. I think its cool feature but if you want to remove this function, here it is some alternative that I’ve collected from this blog.
Copy this code below and paste in you functions.php
wp_deregister_script('admin-bar');
wp_deregister_style('admin-bar');
remove_action('wp_footer','wp_admin_bar_render',1000);
Or this command
add_filter( ‘show_admin_bar’, ‘__return_false’ );
If you don’t want to change your functions.php perhaps you could do this in you CSS style (style.css).
#wpadminbar { display:none;}
If you’re a single blog poster and doesn’t have many users, you could disable the admin bar at wp-admin.
Go to Users > Your Profile
In Personal Options unchecked the both Options that are under admin bar.
That’s it and enjoy your new WordPress 3.1 without admin bar feature. Actually there some plugin you might want to install like move Admin Bar to bottom or Admin Bar minimizer.




Pingback: Customize Admin Bar in Wordpress 3.1 / WordPress Themes, Plugins & Development
Hi, best article, very cool!!! On WordPress Plugin Repository i found http://wordpress.org/extend/plugins/wp-admin-bar-removal/ and for me work fine!!! Bye
Pingback: Come rimuovere la barra di amministrazione in wordpress 3.1 | Matteo Tirelli
Pingback: Rimuovere la barra di amministrazione in wordpress 3.1 | MatteoTirelli.com – WordPress