Create multiple customized menus with pages, posts, categories, and URLS; widget and template tag.
Essentially, you are embedding another Menus Plus+ list within your current list. This allows you to break the regular WordPress hierarchy and make submenus out of anything you want. Editing the hybrid lists take you to another menu list; hybrid list items are orange so you don't get confused.
Hyrbid lists are only available to the parent list. Therefore you cannot use them as individual widgets. Sorry! It's just protect you from endless loops!
Only the normal classes and ids generated by WordPress (eg. current-page-item). For external URLs, you may assign an optional class to help styling. For the most part, the template tag will spit out a simple list without a parent container or style. Customize as you wish.
You know it. Just change the "Children" option accordingly. At this time you cannot do highly customized orders of children, but you can sort them in a number of ways (date, id, name, etc ...).
You can either create a widget for that specific list through 'Appearance > Widgets', template tag, or shortcode.
When you edit a list, a little box beneath gives you the correct template tag for showing that particular list. For example, <?php menusplus(3); ?>. If you leave out the number, the earliest list is returned. Same thing goes for the shortcode, [menusplus menu="3"].
If you use the shortcode, it will wrap the list in <ul> tags. I can change this if people dissent.
The widget will display a title only if you supply one. If the list is going to be your main navigation, and you don't want the list title to be show, simply leave it blank.
When you create/edit a hybrid list you have the option of supplying a URL. This will make the top, or parent list item, a functioning link as well. If you leave it blank, the item will still be a link (with a <a> tag), but it will have a blank href parameter. This ensures that your beautifully customized CSS drop-downs don't soil themselves.
Requires: 2.8 or higher
Compatible up to: 3.0.5
Last Updated: 2010-4-28
Downloads: 22,617
Got something to say? Need help?