This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Ozh' Admin Drop Down Menu

ਵੇਰਵਾ

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!).

Questions and Support

Plugin doc: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/

On Github. I don’t read WordPress support forums.

ਸਕਰੀਨਸ਼ਾਟ

  • Drop down menu with WordPress top level icons and sub level icons, configurable color scheme
  • Normal or compact display
  • Full RTL support for those funky locales!

ਸਥਾਪਤੀਕਰਨ

Installation is, as usual :

  1. Upload files to your /wp-content/plugins/ directory (preserve sub-directory structure if applicable)
  2. ਵਰਡਪ੍ਰੈਸ ‘ਚ ਵਾਧੇ ਨੂੰ ਕਿਰਿਆਸ਼ੀਲ ਕਰਨ ਲਈ ਸੂਚੀ ‘ਚੋਂ ‘ਵਾਧੇ’ ਚੁਣ ਕੇ ਕਰੋ।
  3. Refer to the official plugin page for documentation, usage and tips

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

Question? Github. I don’t read WordPress support forums.

ਸਮੀਖਿਆਵਾਂ

5 ਮਈ 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
Read all 73 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Ozh' Admin Drop Down Menu” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Ozh' Admin Drop Down Menu” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

The changelog can be found:

  1. In the plugin source
  2. Here: https://plugins.trac.wordpress.org/log/ozh-admin-drop-down-menu?verbose=on
  3. There: https://github.com/ozh/ozh-admin-drop-down-menu/commits/master