Sep 22, 2013

Hide WordPress Admin Bar.

Normally I don’t mind the WordPress admin bar. It’s a handy little tool to have, especially when building a site for a client who isn’t familiar with WordPress.

For my own site though? Not needed, so I got ride of it using this snippet of code.

/* Disable WordPress Admin Bar */
show_admin_bar(false);

Paste the above into your functions.php file.