Wordpress 3.1 Introduced a new feature the admin bar. It is quite cool, but some people don't like this. If you are one of them here i will show how to remove WordPress 3.1 Admin Bar.
Paste the following piece of code into your functions.php file, save it and goodbye admin bar.
Paste the following piece of code into your functions.php file, save it and goodbye admin bar.
wp_deregister_script('admin-bar');
wp_deregister_style('admin-bar');
remove_action('wp_footer','wp_admin_bar_render',1000);
If you enjoyed this article, please consider sharing it!