Sometimes I suspect that Tumblr’s theme engine has just a tiny bit of redundancy to it. And what’s up with the weird previous/next inconsistency? (I vote replace previous/next with past/future.)
Agreed. I call ‘em “Older” and “Newer.”
{block:PreviousPage}
<a href=”{PreviousPage}”>← Newer Posts</a>
{/block:PreviousPage}
{block:NextPage}
<a href=”{NextPage}”>Older Posts →</a>
{/block:NextPage}