This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: pagination and results page problem

Home Forums Product Support Forums Ajax Search Pro for WordPress Support pagination and results page problem Reply To: pagination and results page problem

#10335
Ernest MarcinkoErnest Marcinko
Keymaster

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&#91;’resultstype’&#93; == "isotopic" && $style&#91;’i_pagination_position’&#93; == ‘top’): ?>[/code]

to this:

[code]<?php if ($style&#91;’resultstype’&#93; == "isotopic"): ?>[/code]

It will display the pagination on both ends, but there is a good chance that it might not work correctly.