Next/Previous Permalinks?
-
Hi There,
Not sure if anyone can help me…
I’m trying a build a very simple one post per page blog, similar to 72ave.com etc.
I have set my config to only show 1 post on the home page and have setup my post layout using the index.php file.
In order to flick between posts I have the following links:
<ul> <li><?php previous_posts_link('← Previous'); ?></li> <li><?php next_posts_link('Next →'); ?></li> </ul>
This creates links in the format “…./page/2/”, I’m trying to avoid duplicating pages and really just want to stick to using the post’s permalink (“/%postname%.html”).
Is there any way I can create these page links so that they point to the the permalink of the post in question?
Thanks for your help!
- The topic ‘Next/Previous Permalinks?’ is closed to new replies.