How to disable the Admin Bar in WordPress 3.1
No doubt you’re aware of the new WordPress release 3.1 with some awesome new features.
One annoying feature, IMO, is the WordPress admin bar being plonked on the front end as on WordPress.com
This is a default setting which can be turned off/ on if required, from the users profile page.
This simple trick allows you to disable the WordPress admin bar completely for everyone and remove the preferences.
Add the following to your theme’s functions.php file:
// REMOVE NEW ADMIN BAR // add_filter( 'show_admin_bar', '__return_false' );
WordPress support
Wordpress Themes & plugins
WordPress Books
- WordPress für Autoren und Redakteure (German Edition)
- Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)
- Beginning WordPress 3 (Expert’s Voice in Web Development)
- How To Use Google To Steal a Slice of Amazons Profits (Amazon Blog Riches)
- My Calendar WordPress Plugin
- WordPress 3 Ultimate Security Reviews
- WordPress 2.8 Theme Design
- How To Clone Or Move Your WordPress Blog In Less Than 10 Minutes
- WordPress Search Engine Success: How To Maximize SEO & Income From WordPress Websites
- Zombie High
- Blogging Your Way to Profit!
- WordPress For Dummies (For Dummies (Computers))
- Blogging with Word Press ,WordPress is a free web based software program.
- Finding Wealth Through Blogging
- The WordPress Illustrated Mechanic’s Guide







