How To Add Pagination To Tumblr – Previous/Next Buttons Code
If you want to add pagination to your Tumblr, you just need to add a small code snippet, though there are several Previous/Next Code buttons to insert navigation right under your description menu, we’ll focus on the basic numbered pagination.
How to Add Pagination on Tumblr.
- Click on the customize theme button >> Edit HTML
- Look for the tag {Description} within your theme with Ctrl+F and once found paste the following code snippet right after it: (NOTE: You can indeed find more than one of these tags along your theme, hopwever, just one of theme is the one that is related to your description)
- Start “Updating Preview” until you see the arrows with the Previous/Next pagination showing up.
<br/>
<center> <center>{block:NextPage}<a href="{NextPage}"><font size="20">«</font></a>{/block:NextPage}
{block:PreviousPage} <a href="{PreviousPage}"><font size="20">»</font></a>{/block:PreviousPage}<br>
{block:PermalinkPagination}
{block:NextPost}<a href="{NextPost}"><font size="20">«</font></a>{/block:NextPost}
{block:PreviousPost} <a href="{PreviousPost}"><font size="20">»</font></a>{/block:PreviousPost}
{/block:PermalinkPagination}<p>
</center>
<br/>
|
Check our directory for more Tumblr Codes.


3 Responses to "How To Add Pagination To Tumblr – Previous/Next Buttons Code"
Add Comment