• I am a bit of a newbie to wordpress so I apologize if there is an obvious answer to this question. What I want to do is create a link in the navigation bar of my website which, upon click, scrolls the website down to the portion of the website that I want users to see. How would I go about doing this? Thank you.

Viewing 1 replies (of 1 total)
  • Add an anchor tag to the area on your page where you want to jump down to and add an id attribute to it:

    e.g. <a id="placetojump">jump to here</a>

    The url for this will then be

    https://mysite.com/somepage/#placetojump

    Then add a new item to your menu with the above url.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I create an anchor link which autoscrolls to a portion of the site?’ is closed to new replies.