I really don't need crap like this cluttering up my website. How do I remove it?
I really don't need crap like this cluttering up my website. How do I remove it?
Turn it off in your profile settings......
http://voodoopress.com/2011/02/wordpress-3-1-admin-bar-upgrade-issues/
motoyen,
rev voodoos solution will only turn it off for your eyes, it will still appear for other users.
dont use a plugin its not worth adding more plugin codes etc to a problem that should never have been there in the first place.
just add this to your themes functions.php
/* Disable the Admin Bar. */
add_filter( 'show_admin_bar', '__return_false' );
wordpress should never have added this ugly mess without global turn off option!
cheers
This topic has been closed to new replies.