I am trying to use wp-pagenavi to create multiple pagination instances on the same page. The frontend is a tab layout, with each tab housing the results of a query. This stackoverflow shows it is possible with paginate_links() and the format parameter. Is it possible to pass this parameter into wp_pagenavi()?
I am trying to use wp-pagenavi to create multiple pagination instances on the same page. The frontend is a tab layout, with each tab housing the results of a query. This stackoverflow shows it is possible with
paginate_links()
and theformat
parameter. Is it possible to pass this parameter intowp_pagenavi()
?