=== Menus Plus+ === Contributors: keighl Donate link: http://www.keighl.com/plugins/menus-plus/ Tags: menu, widget, page order, category order, sub menus, lists, menu management, navigation, posts Requires at least: 2.5 Tested up to: 2.9 Stable tag: trunk Create multiple customized menus with pages, posts, categories, and URLS; widget and template tag. == Description == Create multiple customized menus with pages, posts, categories, and URLS. For CMS applications of WordPress, organizing a menu list is a pain; this makes it easier. Drag and drop them until you like what you see. No hacks or finicky 'Page Order' methods need apply. = Use = 1. Configure your lists from the Menus Plus+ option page at 'Appearance > Menus Plus+' 1. Create some Menus Plus+ widgets via 'Appearance > Widgets' 1. Or use the template tag: 1. Place `` in your template ... wherever you want it. 1. If you have multiple lists, use the `` tag provided on the configuration page. =Features= 1. Combine pages, posts, categories, and URLs together in unprecedented harmony. 1. Widgetized 1. Choose to display children on a per-item basis 1. Create as many lists as you want! 1. Dedicated 'Home Page' option 1. Optional `class` assignment for external URLs 1. Supports 'My Page Order' and 'My Category Order' 1. Fun to drag and drop! = Support = For any issues you're having with Menus Plus+, or if you'd like to suggest a feature, visit the [Plugin Homepage](http://keighl.com/plugins/menus-plus/ "Plugin homepage"). == Installation == 1. Upload the entire `/menus-plus/` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = What kinds of classes and ids are applied to the menu? = 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. = Will it do page and category children? = 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 ...). = How do I return my separate lists? = You can either create a widget for that specific list through 'Appearance > Widgets', or use the template tag. When you edit a list, a little box beneath gives you the correct template tag for showing that particular list. For example, ``. If you leave out the number, the earliest list is returned. = Will the widget necessarily display the widgets title? = 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. == Screenshots == 1. A view from the admin interface. 1. Add a category to the list. 1. Adding an external URL. 1. Adding some Menus Plus+ widgets. == Changelog == = 1.7 = * Fixed some bugs regarding page children sorting * Added support for 'My Page Order' and 'My Category Order' * Added French language support ... Thank you, [Denis Rebaud](http://rebaud.fr/fr/index.html "Denis Rebaud")! = 1.6 = * Add posts to the menu * Dedicated 'Home Page' option now available * Configurable `target` parameter for external URLs = 1.5 = * Now available as a widget. = 1.4 = * Now, you can create MULTIPLE lists! New additions to the interface, but nothing you can't handle. Call the lists like this ``. = 1.3 = * Address some issues with database insert/update functions on stricter MySQL setups. = 1.2 = * Fixed a bug that puts item at the first position after editing. = 1.1 = * New interface, with Lightbox add/edit dialogs. * Per list item children handling, with various children sorting options. = 1.0 = * Initial release.