Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › pagination and results page problem › Reply To: pagination and results page problem
October 3, 2016 at 11:14 am
#10335
Hi!
Well, there is no option to do that, and I’m not sure that changing the code will work, but it’s worth a try.
Try this:
Open the wp-content\plugins\ajax-search-pro\includes\views\asp.shortcode.results.php file and change lines 7 and 48 from this:
<?php if ($style['resultstype'] == "isotopic" && $style['i_pagination_position'] == 'top'): ?>
to this:
<?php if ($style['resultstype'] == "isotopic"): ?>
It will display the pagination on both ends, but there is a good chance that it might not work correctly.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



