I am creating a custom tumblr theme. I am showing one message per page. How can I get the title of the next page.
For example, when using pagination:
{block:Pagination} {block:NextPage} <a href="{NextPage}" class="nav">Next »</a> {/block:NextPage} {/block:Pagination}
This will create the link as such "Next, whereas I want the link to be the name of the next record as such "
Does anyone have any ideas? Greetings.
source share