How to make next post and previous post show up as you are scrolling through

Currently if you reading through a blog post you dont get to the next and previous button until you are at the very end of the page. Is there a way you can have the next and previous button show up on the right and left side as you scroll through the post?

Attached is an image of what i would like on my post.

Thank you

Hi @nathalie,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.single-post nav.navigation.post-navigation {
    position: fixed;
    top: 50%;
    left: 66px;
    width: 64%;
}

Best Regards,
Movin

Thank you! Is there away instead of it saying the title of the post, to say either “previous post” or “next post”?

Also is there away to have the featured image show up above the “next post” and “previous post”

You have to develop custom code to achieve this.

Developing custom code for custom functionality is beyond the scope of support that we provide here.

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Colorlib recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

thank you

You are most welcome here :slight_smile: