Changing next and previous post links
-
Hello!
I’m currently working on a single page site where we are going to have a “News” section that is horizontally scrollable. What I have now is the main page, which displays a listing of the 3 most recent posts. Clicking on the link moves the page to the left and the posts chosen replaces the listing of posts.
What I want to do is add next and previous links to this.
I can’t use next_post() since it’s the single page permalink – and in this case we have all of our content on one page.
So what I want to do is control the next and prevous links and have them link to the post using the post id like so:
<a href="#post-34">
instead of<a href="mysite.com/post-34">
Also, it will need to work within a custom query – you can view the code controlling the sections here:
- The topic ‘Changing next and previous post links’ is closed to new replies.