How to move "next post/previous post" buttons to bottom of post
-
If you read individual posts (not the homepage), you’ll see links at the top of the post for the previous and next posts. How do I move these so they’re at the bottom of the post instead?
Here’s a link.The blog I need help with is: (visible only to logged in users)
-
Since there are already previous/next posts linke at the very bottom of single posts, you can probably just hide the top one with something like this:
.single .nav-above { display: none; }
- The topic ‘How to move "next post/previous post" buttons to bottom of post’ is closed to new replies.