Title: Post Pagination with Different Plugin
Last modified: October 25, 2018

---

# Post Pagination with Different Plugin

 *  [omega8719](https://wordpress.org/support/users/omega8719/)
 * (@omega8719)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/post-pagination-with-different-plugin/)
 * Hello.
 * I know a lot of people using wp pagenavi as standard plugin for page navigation.
   Actually I’ve been using this plugin too. But I grew tired with their inability
   updated to responsive design. Thus I changed to Pagination by BestWebSoft.
 * Now this plugin works great at homepage, hueman theme without need to change 
   the code or whatever. But when I check one of my post that actually have page
   split, It didn’t show the page number.
 * Then this morning (UTC+7 here) I fiddling with single-tmpl.php to change certain
   code that I think convert wppagenavi to current pagination plugin. OFC I just
   copy paste from plugin recommendation. This line that I changed to.
 *     ```
                 <nav class="pagination group">
                   <?php
                     //Checks for and uses wp_pagenavi to display page navigation for multi-page posts.
                     if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'multipage' );
                     else
                       wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>'));
                   ?>
                 </nav><!--/.pagination-->
       ```
   
 * And it still didn’t work. I’m not sure what is wrong. Not even default wordpress“
   next page” is showing. I’m sure that page got split. Try add page number from
   url, it will show next page.
 * I need solution. Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-pagination-with-different-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/post-pagination-with-different-plugin/#post-10813846)
 * Hi Omega,
 * In this case, you can try contacting the plugin support for advice on this.
 * Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Post Pagination with Different Plugin’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/post-pagination-with-different-plugin/#post-10813846)
 * Status: not resolved