New theme variables: Jump Pagination
We just added some variables for designers to add jump to page links in Tumblr themes (in addition to next/previous links). Check out the new code in the Custom Theme docs.
You can see it in action in the Redux theme, where it’s now an appearance option.
The code in the Theme Docs is actually incorrect, and won’t work on your search and tag archives. Probably not a huge deal to most people, since tumblr is not for serious blogging/archiving. Anyway, here’s the correct code:
{block:JumpPagination length="5"}
{block:JumpPage}
<a href="{block:SearchPage}/search/{URLSafeSearchQuery}{/block:SearchPage}{block:TagPage}/tagged/{URLSafeTag}/{/block:TagPage}{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}