=== Advanced Navigation Menus === Contributors: caiocrcosta Tags: navigation, menu, wp_nav_menu, advanced, shortcode, css, class Requires at least: 3.0 Tested up to: 3.2 Stable tag: 0.2 Adds shortcodes capability and advanced CSS classes to navigation menus. == Description == Advanced Navigation Menus adds missing functionality in the navigation system by accepting shortcodes and adding CSS tags on each item. ** ATTENTION: This plugin is not yet finished and wasn't tested widely and properly. DO NOT use it for production.** = Classes = * *first-item* and *last-item* in each sub-menu * Sub-menus have their own *depth-#*. * Parent ID on each menu item * Menu Parent ID on each menu item * No parent class * Global order * Sub-menu order = Shortcodes = * [%user_login%] - User login * [%user_ID%] - User ID * [%user_firstname%] - User first name * [%user_lastname%] - User last name * [%user_email%] - User email * [%user_displayname%] - User display name == Installation == 1. Upload the folder `advanced-navigation-menus` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place the menus in your template using wp_nav_menu() See [usage instructions](http://wordpress.org/extend/plugins/advanced-navigation-menus/usage/ "Advanced Navigation Menus Usage") for more information. == Usage == After activating the plugin you will already have several CSS classes added to your menu. Check the [screenshots](http://wordpress.org/extend/plugins/advanced-navigation-menus/screenshots/) to take a look at them. You can also use shortcodes in your menus, like on *Hi, user!*. = Accepted shortcodes = * [%user_login%] - User login * [%user_ID%] - User ID * [%user_firstname%] - User first name * [%user_lastname%] - User last name * [%user_email%] - User email * [%user_displayname%] - User display name == Screenshots == 1. CSS classes everywhere! 2. Menu item name on backend 3. Menu item name on frontend == Changelog == = 0.2 = * Added shortcodes. * Added screenshots. * Modified description to better reflect the plugin purpose. = 0.1 = * Unstable, untested, don't-use-it-yet beta version