Post-to-post navigation
-
I like the “Older posts” and “Newer posts” links on the left at the bottom of a page of posts:
How can I get these links to show up for single posts? Currently, there is no way to navigate from single post to single post:
https://jentrify.com/2012/02/meals-108-moveable-feast/
I tried inserting <?php previous_post_link(); ?> and <?php next_post_link(); ?> into The Loop code in index.php. This code did succeed in adding navigational links to single posts, but there are two major issues:
1) The navigational links are right underneath the post, not on the left as they are for a page of multiple posts. I want them to be on the left.
2) The navigational links appear underneath each post in the page of posts. I want to leave the navigational links for pages of posts intact, only adding navigational links to singular posts.
- The topic ‘Post-to-post navigation’ is closed to new replies.