Make WordPress Core


Ignore:
Timestamp:
11/03/2014 09:39:37 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Use new core navigation tags.

Props obenland, iamtakashi, fixes #30189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/archive.php

    r30046 r30216  
    101101            <?php endwhile; ?>
    102102
    103             <?php twentyfifteen_paging_nav(); ?>
     103            <?php
     104                the_pagination( array(
     105                    'before_page_number' => '<span class="meta-nav">' . __( 'Page', 'twentyfifteen' ) . '</span>',
     106                ) );
     107            ?>
    104108
    105109        <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.