Posts

Showing posts from January 12, 2012

Remove Admin Bar WordPress 3.1

WordPress 3.1 comes out with a new function called Admin Bar. This bar is added to your site (both on the dashboard and the site itself) if you’re logged in. Want to remove it? That’s quite easy, just read on Simply paste the following line of code on your functions.php file: remove_action('init', 'wp_admin_bar_init');