• Anonymous User 17976131

    (@anonymized-17976131)


    So, the Underscores theme I’m building off of doesn’t use, for example

    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>

    but instead uses just

    the_posts_navigation();

    What do I do to use WP-PageNavi in this case?

    Thanks.

  • The topic ‘HOWTO if theme uses `the_posts_navigation()`?’ is closed to new replies.