Viewing 1 replies (of 1 total)
  • Thread Starter james-dg

    (@james-dg)

    Hey again,
    I managed to fix it myself using This material

    I was just using this: <?php wp_pagenavi(); ?>
    When instead i needed to use this: <?php wp_pagenavi( array( 'query' => $my_query ) ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-PageNavi] Pagenavi showing wrong number of pages.’ is closed to new replies.