=== Autogen Headers Menu === Contributors: amirshk Tags: headers, menu, plugin, post Requires at least: 3.0 Tested up to: 3.5 Stable tag: 0.9.0 License: GPLv2 or later Automatically create a main-menu from the headers in your post. Place the menu using the shortcode [autogen_menu] wherever you like. == Description == This plugin will automatically generate an ordered menu from the headers in your post. 1. The plugin adds an ID to all your headers in the post. 2. Anywhere in your post add [autogen_menu] to automatically generate a menu with links to your post's headers. Options: * head_class = style classes for the `Menu` header. * div_class = style classes for the wrapping div. * ol_class = style classes for all `OL`. * li_class = style classes for all `LI`. * a_class = style classes for all the links. == Installation == 1. Upload the "autogen-headers-menu" plugin to your `/wp-content/plugins/` directory. 2. Activate it. == Frequently Asked Questions == Question: Will this plugin change my posts? Answer: The only thing you add to your post is the shortcode. The plugin renders on display and changes nothing in the saved content. == Screenshots == 1. An example of the menu created. == Changelog == = 0.9.0 = First public version of the plugin.