Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Hemant Acharya

    (@hemant-acharya)

    Hi

    Install the plugin and then open the template-tags.php file of the theme which is inside inc folder.

    On template-tags.php file change pixel_hunter_paging_nav() function.
    On line 24 to 30 remove everything and add:

    <?php if ( get_next_posts_link() || get_previous_posts_link()) : ?>
           <?php wp_pagenavi(); ?>
    <?php endif; ?>

    The default styling is not that great so you may need to add some css.

    I hopes it solves your problem. I have tested it out and it works.
    So, I am marking this thread as resolved. If you face any problem feel free to ask.

    Thanks

    Thread Starter TheRajdeep

    (@therajdeep)

    Hi Hemant,

    Thanks for your reply. It helps. However, we are using child theme and it is giving issue with it. It works fine on home page, but when using pagination, it overwrites child theme and shows main theme’s footer. Please visit https://infographicsfrenzy.com/ click on pagination and check the footer change.

    Please suggest if there is a way around it. Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination change issue’ is closed to new replies.