So I found out the solution to add previous and next post link on the Tumblr site.
{block:PermalinkPagination}
{block:PreviousPost} < a href="{PreviousPost}" class="menu_item pagination_link">« Previous< /a>{/block:PreviousPost}
{block:NextPost} < a href="{NextPost}" class="menu_item pagination_link">Next »< /a>{/block:NextPost}
{/block:PermalinkPagination}
Simply put the above code to the place, where you want to show the pagination link on the single post page.
This is very help features. It will increase the page views and lower the bounce rate, which is a good lift for Google AdSense.
ReplyDeleteGreat tips as always.