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 to see the link]
- The topic ‘Post Pagination with Different Plugin’ is closed to new replies.