=== WP-Menu === Contributors: vizioninteractive Tags: menu, theme, custom, wp Requires at least: 2.6 Tested up to: 2.7.1 Stable tag: 0.1.2 Customizable hook to pull into a theme. Page Exclusion, Inclusion, Site Map, Top Level, Secondary menus and more == Description == See below for a list of available options. Complete explaination will be available within the next two weeks. *Usage:* **`wp_menu('nav_type=single_secondary&nav_levels=2&nav_tag=ul&nav_id=nav&exclude=17,21,19,3&accesskeys=1&active=item&active_class=current&b2p_pid=5');` * **nav_type** = options: single / secondary / sitemap / single_secondary * **nav_levels** = options (int): 0 = all / 1+ = stop after level X * **nav_tag** = options: ul / ol / dl * **nav_class** = assign a class="...." to navigation * **nav_id** = assign an id="...." to navigation * **div** = div wrapper on menu (int) * **div_class** = `
` * **div_id** = `
` * **heading** = options: h2 / dt / 0 (off) * **this_id** = change the active ID (int) referenced * **parent_id** = base the menus off of this ID * **parent_href** = base the menus off of this href * **active** = options: item / link (this is what the selected class gets applied to) * **active_class** = gets added to an item that is "active"; for example: class="selected" * **target** = `Link` * **accesskeys** = Assign accesskeys; for example: accesskey="1" * **exclude** = Do not show these IDs * **include** = Show only these IDs * **home_path** = The real home link! (ex: /home/) * **home_link** = What we want home to link to! (ex: /) * **c2p_cid** = Catgory ID for Category=Page (category called press releases) * **c2p_pid** = Page ID for Category=Page (page called press releases) * **b2p_pid** = Page ID for Blog (all posts) == Installation == 1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/` folder locally 1. Upload to your site 1. Navigate to `wp-admin/plugins.php` on your site (your WP plugin page) 1. Activate this plugin OR you can just install it with WordPress by going to Plugins >> Add New >> and type WP-Menu == Usage == This function will automatically `print`. `wp_menu('nav_type=single_secondary&nav_levels=2&nav_tag=ul&nav_id=nav&exclude=17,21,19,3&accesskeys=1&active=item&active_class=current&b2p_pid=5');`