• Resolved rockitman

    (@rockitman)


    Dear support,

    I have discovered that during one of the many theme-updates of the last couple of days that my WP PageNavi plugin stopped functioning. I used to have the PageNavi at the bottom of my archive pages, but unfortunately not anymore.

    I have tried to reactivate it through the settings, but to no effect.

    What has changed in the updates that this issue could arise and how can I fix this?

    Best,

    Bart

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Bart. Prior to v3.x the page navigation in archive.php was called with this:

    <?php get_template_part('inc/pagination'); ?>

    In v3.x it’s now this:

    <?php get_template_part('parts/pagination'); ?>

    If you have a modified version of the old archive.php in your child theme you should make a note of your changes, copy the new version of archive.php to your child theme, and reapply your changes. This would also apply to any other modified theme templates in your child theme.

    If you had previously upgraded to v3.x and the pagination was working, and now it’s not, then there’s some other conflict.

    Thread Starter rockitman

    (@rockitman)

    Hi Mr Brown,

    Thanks for the reply! It fixed my issues!

    Best,

    Bart

    You’re welcome; glad to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP PageNavi’ is closed to new replies.