I just updated one of my blogs to the new wordpress 3.1 and i need to hide the admin menu that shows up on top of the pages. How do i disable it ?
thanks
I just updated one of my blogs to the new wordpress 3.1 and i need to hide the admin menu that shows up on top of the pages. How do i disable it ?
thanks
You must be logged in to post a comment.
this is the simplest way. install showhide-adminbar. then all subscriber won’t see the adminbar even they set to show it in viewing site.
http://wordpress.org/extend/plugins/showhide-adminbar/
Go to Dashboard > Your Profile > Show Admin Bar and uncheck “when viewing site”
This would hide the Admin Bar for all users except Administrators. Add at end of
functions.php
:Add the following to your theme’s functions.php file: