*bump*
I have a single-post blog. One post per page. There’s a simple navigation menu on the index page — I need it to point to the most recent permalink, not the archive page.
Right now, I’ve resorted to coding a new blog from scratch. I’d rather not spend two weeks coding if possible.
I’ve got a similar issue — when I use next_posts_link or posts_nav_link, the navigation controls cycle through pages of posts instead of permalinks.
Right now, clicking back from the index page brings me to site.com/page/2, when what I want is to cycle through permalinks — i.e — site.com/nameofpreviouspost.
Is there any way for wordpress to do this?