=== JC Submenu === Contributors: jcollings Donate link: Tags: submenu, menu, dynamic, custom post type, taxonomy, child pages Requires at least: 3.0.1 Tested up to: 3.8 Stable tag: 0.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html JC Submenu plugin allows you to automatically populate your navigation menus with custom post_types, taxonomies, or child pages. == Description == JC Submenu plugin allows you to automatically populate your navigation menus with custom post_types, taxonomies, or child pages. An easy to use plugin created to be a lightweight menu extension. Also output a selected section of your dynamic menu through our advanced submenu widget. == Installation == 1. First grab a copy from [wordpress.org](http://downloads.wordpress.org/plugin/jc-submenu.zip). 1. Extract the plugin to your wordpress plugins folder. 1. Activate the plugin from your wordpress administration area (under the plugins section). 1. You should thee should now be able to use JC Submenu Plugin. 1. Optional - If your theme already has a custom walker specified for outputing your menu, JC Submenu will not automatically override it, to do this locate the file your theme outputs the menu (usually header.php) and look for "wp\_nav\_menu()", and pass an extra argument so it looks similar: `wp_nav_menu(array('walker' => new JC_Submenu_Nav_Walker()));` For further documentation on installing and using JC Submneu features can be found [here](http://jamescollings.co.uk/wordpress-plugins/jc-submenu/). == Frequently asked questions == == Screenshots == 1. JC Submenu, Post population options 2. JC Submenu, Taxonomy population options 3. JC Submenu, Page children population options 4. JC Submenu, Advanced Submenu Widget Options == Changelog == **0.6** * Add menu item filters jcs/item_title, jcs/item_url, jcs/page_item_title, jcs/page_item_url, jcs/post_item_title, jcs/post_item_url, jcs/term_item_title, jcs/term_item_url * Add admin-menu notice to show if item is dynamically populated * Add compatability to other plugins who use a custom admin walker * Add setting to disable ajax menu edit * Add menu item argument filters jci/menu_item_args to allow customisation of output per item **0.5.5** * Add class filter jcs/item_classes * Add class filter jcs/term_item_classes * Add class filter jcs/post_item_classes * Add class filter jcs/page_item_classes * Add WP_Query arguments filter jcs/post_query_args, jcs/post_$menu-item-id_query_args * Add get_pages arguments filter jcs/page_query_args, jcs/page_$menu-item-id_query_args * Add get_terms arguments filter jcs/term_query_args, jcs/term_$menu-item-id_query_args * Ouput post_type with hierarchy * Removed php strict warnings **0.5.4** * Added option into populate by taxonomy to set the term parent **0.5.3** * Removed PHP Warning for imploding false in exclude terms list * Remove PHP Warning for missing array in exclude pages list **0.5.2** * Fixed SubmenuWalker replaces order_by with orderby * Added in basic CSV input taxonomy term exclusion. **0.5** * Added option to limit taxonomy depth * Added option to exclude child pages * Added Split menu shortcode * Added Menu section shortcode * Fixed possible function conflict * Fixed menu depth * Fixed split menu * Fixed menu section * Fixed post_type / page with taxonomy not highlighting menu item **0.4.1** * Added child page order support * Fixed Javascript jumping bug * Added version to js,css to fix cache problem * Added documentation notification link on plugin update * Added Menu Section Widget **0.4** * Added Split menu output action jcs/split_menu, Menu Section output action jcs/split_menu to allow theme developers to output submenus. **0.3** * Split Menu Widget Added **0.2** * Interface update * Custom post type population can now be filtered by a Taxonomy * Javascript update * Compatability with wordpress 3.6 == Upgrade notice ==