Released Auto Anchor List 1.0 Wordpress Plugin for Download
Auto Anchor Links is a Wordpress Plugin that will automatically create anchor links to Header tags in content and display links to them at the top of the content or custom defined locations.
It is currently implemented in our website and will hopefully become a useful plugin for wordpress website owners.
Download & Information
To download the plugin or view more information please visit the following link.
Update
The plugin is now downloadable on wordpress.org website: Auto Anchor List Plugin Download








Nice !
But I have a question. If I disable the automatic display of the list, how can I display this list to the desired location?
[Reply]
You can add the tag [mwm-aal-display] anywhere in the content of your post.
Or in a page template:
< ?php global $mwm_aal; echo $mwm_aal->output_content_links(); ?>
[Reply]