When you are logged in as admin your blog will display a bar at the top of yourblog containing options to add post, page, moderating comments, changing appearance and some SEO tools.
If you do not want the admin bar from appearing on your blog then you may do the following to remove it:
1. Log as administrator on your blog.
2. Edit your profil . You will get that option under USERS section.
3. Uncheck the box next to “when viewing site” and you are done.
There are other ways to disable admin bar.
- You may use the plugin http://wordpress.org/extend/plugins/disable-admin-bar/
- If you are using thesis then you may add a little piece of code to custom_functions.php file
The code is
add_filter( 'show_admin_bar', '__return_false' );
For more tweaking you may follow the post:http://www.famousbloggers.net/upgrading-thesis-theme-wordpress-3-1.html
0 commentaires:
Post a Comment