Description
This plugin will auto-hide the new WordPress 3.1 administrator menubar seen when logged in
and viewing the website.
FEATURES
- Enable/disable auto-hide feature.
- Enable/disable auto-loading of jQuery from Google Libraries.
Installation
Follow the simple steps below to install this plugin:
- Upload the plugin folder to the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Add
wp_head()
between the<head>
tag in your template. - Go to
Appearances > Auto-Hide Menubar
to configure settings.
FAQ
- Why is the menubar not auto-hiding?
-
Make sure that
wp_head()
is present in your template’s header file between the<head>
tag
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Auto-Hide Menubar” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Auto-Hide Menubar” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial development