Hi David
I previously had pagination on the search results, but I've lost how I did this. Could you remind me please?
Cheers Jill
Hi Jill,
Normal search results should be showing the pagination but if you wanted to add pagination to shortcode search results you can edit pto.php and look for the following code at line 826:
$html .= pto_search();
...and REPLACE with:
$html .= pto_search(); $html .= pto_search_navigation();
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Jill,
Normal search results should be showing the pagination but if you wanted to add pagination to shortcode search results you can edit pto.php and look for the following code at line 826:
$html .= pto_search();
...and REPLACE with:
$html .= pto_search();
$html .= pto_search_navigation();
Cheers,
David.
--
PriceTapestry.com