Thursday, 8 August 2013

How to make "Previous Page" go to the permalink of the previous post on Tumblr?

How to make "Previous Page" go to the permalink of the previous post on
Tumblr?

On Tumblr, I'm trying to set up a webcomic format for my theme.
I have it set so that you see 1 post per page. When you hit the front
page, you should see the most recent post and then the "Previous Post"
button. I want this button to link to the permalink of the previous post,
not the next page of the blog.
I know that within a post, you can navigate to the previous/next posts
with this block:
{block:PermalinkPagination}
{block:NextPost}<a href="{NextPost}">Next</a>{/block:NextPost}
{block:PreviousPost}<a
href="{PreviousPost}">Previous</a>{/block:PreviousPost}
{/block:PermalinkPagination}<p>
Is there any way to get this to work on the front page?

No comments:

Post a Comment