Plugin categories

Create a Website with AI
Ozh' Admin Drop Down Menu

Ozh' Admin Drop Down Menu

All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate!

4.9

Rating summary

84

Reviews

4K

Active installations

Ozh' Admin Drop Down Menu
Ozh' Admin Drop Down Menu
Ozh' Admin Drop Down Menu
Ozh' Admin Drop Down Menu
Ozh' Admin Drop Down Menu

Overview

Compatibility

Installation instructions

Customer support & learning resources

0

Main benefits

All admin links available

Neat horizontal drop down

More screen space

API for plugin coders

About this plugin

Author: Ozh
Version: 3.7.1
Last updated: 09-06-2020
WordPress version: 4.0
Tested up to: 5.4.16
PHP version required: 5.6
Languages:
Learning resources: View resources

Overview

The Admin Drop Down Menu plugin for WordPress streamlines your admin experience by consolidating all admin links into one intuitive, horizontal CSS-driven drop-down menu. This enhancement eliminates unnecessary clicks, such as navigating through "Manage" to get to "Pages" for editing, thereby maximizing screen space and improving productivity. Users can access documentation, examples, and screenshots on the official plugin page, which also provides an API for plugin developers to customize and assign unique icons to their plugins. For support and detailed documentation, users are directed to the plugin's project page and GitHub repository.

Convenient Access

  • All admin links available in a neat horizontal CSS driven drop down menu.
  • No need to click through multiple menus to access pages.

Screen Space Optimization

  • Plenty more space on your screen.
  • Reduces clutter by organizing admin links efficiently.

Documentation and Examples

  • Refer to the official plugin page for comprehensive documentation.
  • Includes examples and screenshots for better understanding.

API for Plugin Coders

  • Provides an API for plugin developers.
  • Allows adding custom icons for your plugins.

Rating and reviews

4.9

Rating summary

84

Reviews

4K

Active installations

5
4
3
2
1

User sentiment analysis

Users appreciate the Ozh' Admin Drop Down Menu plugin for its efficiency in transforming the admin menu into a horizontal bar, thereby saving screen real estate and improving accessibility. It is praised for making navigation easier, increasing productivity, and providing a more intuitive experience than the default vertical menu. Many users install it as the first plugin on new sites. However, drawbacks include the need for manual tweaks in the code, issues with ads cluttering the admin space, problems with menu items overlapping or not being fixed when scrolling, and difficulties managing numerous top bar tools. Overall, it's valued for its functionality but needs refinements for better user experience.
Владислав

Владислав

07 Feb, 2021

Крутой плагин. Только обновляйте. Лет 5 пользуюсь.
solysergio

solysergio

05 May, 2019

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
vpsolatov

vpsolatov

03 Nov, 2018

Nice friendly working plugin!
tryxx

tryxx

12 May, 2018

very good job
littledove22

littledove22

26 Jul, 2017

Wonderful plugin moves the menu to the top, where I can see everything easily! We use it on all our WordPress sites! MUST HAVE.

FAQ

Where can I find the plugin documentation?

Is there an API available for plugin coders?

Where can I get support for the plugin?

What is the main benefit of using this plugin?

How can I contribute to the plugin?

Does the plugin support custom icons for other plugins?

Is the plugin compatible with the latest version of WordPress?

Can I customize the appearance of the drop-down menu?