All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate!
As of April 2026, Ozh' Admin Drop Down Menu is a WordPress ozh plugin with 3.0K+ active installations and a 4.9/5 rating from 74 reviews. It has been downloaded 872K+ times in total. Requires WordPress 4.0+ and PHP 5.6+. Available on WordPress.org since 2007. Last updated 5 years ago — may have compatibility concerns. Download volume is stable this week. Top alternative: Disable Admin Bar.
The lazy and the productive will love it : all admin links available in a neat horizontal CSS driven drop down menu. No need to click on “Manage” then “Pages” to edit pages. And plenty more space on your screen.
For documentation, examples and screenshots, please refer to the official plugin page for Admin Drop Down Menu. There is also an API for plugin coders (give your plugin its own special icon!).
Plugin doc: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
On Github. I don’t read WordPress support forums.
Крутой плагин. Только обновляйте. Лет 5 пользуюсь.
You have to make changes in core.php
Replace
if (!count($wp_ozh_adminmenu)) {
$wp_ozh_adminmenu = (array)get_option(‘ozh_adminmenu’);
unset($wp_ozh_adminmenu[0]);
}
with:
if (!is_array($wp_ozh_adminmenu) || !count($wp_ozh_adminmenu)) {
$wp_ozh_adminmenu = (array)get_option(‘ozh_adminmenu’);
unset($wp_ozh_adminmenu[0]);
}
and in adminmenu.css.php, insert
;height:24px;width:24px; in line 266
Nice friendly working plugin!
very good job
Wonderful plugin moves the menu to the top, where I can see everything easily! We use it on all our WordPress sites! MUST HAVE.
| WordPress | 4.0+ requiredTested up to 5.4.19 |
| PHP | 5.6+ required |
The changelog can be found:
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.