>
Download This Plugin | |
Download Elegant Themes | |
Name | wp_nav_menu Extended! |
Version | 1.0.2 |
Author | Junaid Bhura |
Rating | 0 |
Last updated | 2015-03-05 12:32:00 |
Downloads |
39
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
wp_nav_menu Extended! plugin added 4 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
wp_nav_menu Extended! plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! wp_nav_menu Extended! plugin ads no tables to your Wordpress blog database.Add missing functionality to the native wp_nav_menu() function!
With this plugin you can now use the following options in addition to the default options of wp_nav_menu:
level : (integer) (required for this plugin to work) The level of the navigation menu to show. If no child_of parameter is passed, it shows all the items of this level
child_of : (string|integer) (optional) Either the title or menu item ID of the parent in the menu whose direct children are to be shown
$defaults = array( 'theme_location' => 'main_menu', 'level' => 2, 'child_of' => 'About Us', );
wp_nav_menu( $defaults );