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.

Menu Helper

Description

Menu Helper can be used in 2 forms: as short code ( as described in section A) or, for more advanced programmatic use, as function which returns an array (as described in section B). For both usage styles the options are the same. You will find a detailed description with examples in Settings -> Menu Helper Info after the plugin’s activation.

  1. submenu_slug – Allows to define a custom id for the submenu element
  2. parent_id – If not null, will provide the children of the parent_id option. If set to 0 will get level 1 items (and their children, if submenu_depth set to a number greater than 1)
  3. menu_id – If integer, will be used the menu ID, otherwise will be the menu’s slug/name. If not defined the plugin will check if the parent_id is used in any menu definition and pick the first it finds
  4. include_parent – If set to true will include the parent element
  5. container_tag – Allows to set the tag element of the containers
  6. container_class – Allows to define a custom CSS class for container element. Can contain more class names separated by space
  7. item_tag – Allows to set the tag element for menu items
  8. item_class – Allows to define a custom CSS class for each submenu item
  9. first_item_class – Allows to define a custom CSS class for first item in submenu. If submenu_depth is set to greater than 1 the class will repeat on each level
  10. strict_first_item_class – Allows to define a custom CSS class only for the very first item in submenu
  11. last_item_class – Allows to define a custom CSS class for last item in submenu. If submenu_depth is set to greater than 1 the class will repeat on each level
  12. submenu_depth – If set to a number greater than 1 the call will show in depth children. To get full submenu depth set this parameter to -1
  13. theme_location – The plugin will use the menu associated to the value of the theme_location

For older WordPress versions or any issue you can email me at simonailie@gmail.com

Installation

  1. Upload menu-helper.zip content to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Menu Helper” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Menu Helper” into your language.

Interested in development?

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