Forums › Forums › Search & Filter Pro › Link on pagination error when load
- This topic has 15 replies, 2 voices, and was last updated 6 years, 7 months ago by
Trevor.
-
Trevor(Private) March 4, 2019 at 4:33 pm #203859
The problem is that you have re-coded the results.php to use the Easy WP Page Navigation plugin, but that is over writing our code.
If you returned the code back to our standard pagination, does that then work (but does not look good)?
Our code is designed to work with the free WP-PageNavi plugin also.
Trevor(Private) March 6, 2019 at 4:06 pm #204129Thanks for getting back to me. I am not sure where we are with this issue. Did your pagination look like this:
<div class="pagination"> <?php if (function_exists('wp_pagenavi')) { echo "<br />"; wp_pagenavi( array( 'query' => $query ) ); } ?> </div>And did you deactivate the other pagination plugin?
-
AuthorPosts