Possible Duplicate:
Looking for a Table of Contents (TOC) plugin for WordPress
I have been trying for some time to do one thing: I need a navigation menu inside a Wordpress post which will guide the user to different subsections of my post, and then maybe use a "Top" button to go back to the top. Let me give you an example:
Title
Introduction "jnkdjajkfa"
Menu
Section one - this is a link
Section two - this is a link
Conclusion - this is a link
Section one "bdsjkbdfsjbfjkasbjkbfasbjf"
Back to top - this is a link
Section two "dnjsdkfhbsjukfbajfkbjkfbkasbfjk"
Back to top - this is a link
Conclusion "ndjasndkasnj"
Back to top - this is a link
I know I can do this in the code, but it's really a pain to do it on every post. Do you know a plugin, method to easily do this? Any help is very appreciated.