Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jamo_dodger

    (@jamo_dodger)

    I have looked at plugins such as WP-Navi and WP-Pagination but I cannot get these to work with wp_link_pages so if a plugin is the better/easier solution how can I use these with wp_link_pages?

    Thread Starter jamo_dodger

    (@jamo_dodger)

    Use Wp Navi plugin and replaced the wp_link_pages code in my content.php with

    <?php wp_pagenavi( array( ‘type’ => ‘multipart’ ) ); ?>

    and now it works fine

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding a range to wp_link_pages’ is closed to new replies.