How to link to different areas of a post?

1 replies
  • WEB DESIGN
  • |
Can someone tell me (in simple terms) how I would add links within a post?
I want to create a simple menu at the top of my posts pointing to each area of the post where the items are discussed. A plugin would be even better.
Thanks
#areas #link #post
  • Profile picture of the author Daverz
    You can do this quite easily using anchors. No need for a plugin.

    Simply type <a name="paragraph (or whatever)"></a> before the paragraph or title of the paragraph. This creates the "anchor."

    In order to link to it, type <a href="#paragraph">Link text</a>. You NEED the "#" in front of name of the anchor.

    To link to this paragraph on this page (url.com/page) from another page, just add on the #paragraph to the end of the link (url.com/page#paragraph).
    {{ DiscussionBoard.errors[4804594].message }}

Trending Topics