• Resolved eltel

    (@eltel)


    Tried to follow the installation examples given on WP Twenty Ten and Twelve regarding replacing text – but with Twenty Fifteen, I cannot see exactly what text I delete (and where)…

    On Twenty Ten you show “”<div class=”nav-previous”><?php next_posts_link( __etc””” to be replaced with “”””<?php wp_pagenavi(); ?>””””

    Clear guidance on what I replace for Twenty Fifteen will be much appreciated ??
    Many Thanks

    https://www.ads-software.com/plugins/wp-pagenavi/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Replace:

    the_posts_pagination( array(
    				'prev_text'          => __( 'Previous page', 'twentyfifteen' ),
    				'next_text'          => __( 'Next page', 'twentyfifteen' ),
    				'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'twentyfifteen' ) . ' </span>',
    			) );

    With
    <?php wp_pagenavi(); ?>

    In:
    archive.php, index.php and search.php

    C-In-OFF

    (@c-in-off)

    Replace with: wp_pagenavi();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Installation on WP Twenty Fifteen’ is closed to new replies.