1. 09:50 21st Jun 2010

    Notes: 732

    Reblogged from blackbutshining

    Tags: tumblrpaginationthemes

    fleetfootedfox:

staff:

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}

    fleetfootedfox:

    staff:

    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}
     
    1. fuck-yeah-tumblr reblogged this from nemoi
    2. leon14818 reblogged this from staff
    3. staff posted this