How to Add page navigation in wordpress -


i using gs book showcase lite plugin book store. want show page navigation after 6 book display i'm using wp page-navi plugin.

but don't know how use wp page-navi in gs book showcase lite plugin.

display pagination using wp-pagenavi

add below function in template

 <?php if(function_exists('wp_pagenavi')) { // if pagenavi activated ?>  <?php wp_pagenavi(); // use pagenavi ?>  <?php } ?> 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -