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

    (@jinbatsu)

    Evem I deactivate WP-PageNavi Plugin, in home page, there are no next page.

    Hi jinbatsu. Welcome to the Hueman forum. The location of the supporting files has changed in the new version. If you’re running a child theme and have a modified copy of index.php in your child theme, find this line:

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

    and change it to this:

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

    There have also been other object name changes so a better solution would be to make a note of your modifications, copy the new version of the file to your child theme, then reapply your changes. This would apply to any modified theme files you have in your child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination not displayed in Home/Blog’ is closed to new replies.