HOWTO if theme uses `the_posts_navigation()`?
-
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">←</span> Older posts', 'twentyten' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</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.