Title: Pagination change issue
Last modified: August 30, 2016

---

# Pagination change issue

 *  [TheRajdeep](https://wordpress.org/support/users/therajdeep/)
 * (@therajdeep)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/pagination-change-issue/)
 * Hi Hemant,
 * I am using PixelHunter theme on [http://infographicsfrenzy.com/](http://infographicsfrenzy.com/)
   and wanted to change pagination similar to the one you find here: [http://www.mindpause.co/120-death-defying-photos/2/](http://www.mindpause.co/120-death-defying-photos/2/)
   
   however it didn’t work. I tried to use pagination function in function.php file
   and also tried [https://wordpress.org/plugins/wp-pagenavi/](https://wordpress.org/plugins/wp-pagenavi/)
   plugin.
 * Could you please confirm in which file do I need to edit it?
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Hemant Acharya](https://wordpress.org/support/users/hemant-acharya/)
 * (@hemant-acharya)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/pagination-change-issue/#post-6408223)
 * 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](https://wordpress.org/support/users/therajdeep/)
 * (@therajdeep)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/pagination-change-issue/#post-6408268)
 * 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 [http://infographicsfrenzy.com/](http://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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pixelhunter/0.1.8/screenshot.png)
 * PixelHunter
 * [Support Threads](https://wordpress.org/support/theme/pixelhunter/)
 * [Active Topics](https://wordpress.org/support/theme/pixelhunter/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pixelhunter/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pixelhunter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [TheRajdeep](https://wordpress.org/support/users/therajdeep/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/pagination-change-issue/#post-6408268)
 * Status: not resolved