Tips, Web Design, Web Development, WordPress

How to Remove the WordPress Admin Bar

Yesterday, our friends at MeetMeOnBoard.com wrote us and asked if there is a way to hide the admin bar that was added to WordPress in version 3.1.

If you’d like to remove the WordPress Admin Bar there are two ways to go about it.

1) Open up your functions.php file and add the following code:

wp_deregister_script('admin-bar');
wp_deregister_style('admin-bar');
remove_action('wp_footer','wp_admin_bar_render',1000);

2) If you prefer not to touch code at all the team at Fischer Creative Media has come up with an awesome plugin.

All you need to do is install the Global Hide/Remove Admin Bar Plugin, activate it, and then under general settings choose admin bar options and check the box to hide the admin bar.

If you have any questions feel free to leave a comment below or contact us.

Related posts