Site logo

Archived topic

Jump link to bottom of page

3 replies · Started by Derek on July 27, 2018

Viewing posts 1–4 of 4

Hello,

I'm trying to create a jump-link (if thats what it's called), so that when someone clicks on my "comment count" at the top of my page, it will jump them to the bottom of the page. I know generate press had some type of arrow thing that jumped to the top of the page, it would work like that, but jump to the bottom instead, and not by a button, but by clicking on the comment count link. Any idea how this could be accomplished? I don't think I can create an anchor to the comments, so maybe GP has something I can jump to the theme footer, honestly I don't know :P

Thanks :)

Adding your own jump link would be as simple as creating the link with the element ID as the URL. To jump to comments would be:

<a href="#comments">Jump to comments</a>

For an element added to the page by another plugin would require some javascript.

Wow I had no idea it was that easy. I can see many practical uses for this..thank you so much!

Glad to be of help.

This archived topic is closed to new replies.