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:
[code]<?php if ($style[’resultstype’] == "isotopic" && $style[’i_pagination_position’] == ‘top’): ?>[/code]
to this:
[code]<?php if ($style[’resultstype’] == "isotopic"): ?>[/code]
It will display the pagination on both ends, but there is a good chance that it might not work correctly.