I created my on static / stationary search box and would like to remove the one that appears when you are viewing search results. Where would I find this code?
Hi,
To remove the search form from the default output of the [pto] shortcode, edit pto.php and look for the following code at line 496:
$html .= pto_search_form();
...and either comment out or delete that line.
Cheers, David. -- PriceTapestry.com
Thank you!
©2006-2024 IAAI Software | Contact Us | Privacy Policy
Hi,
To remove the search form from the default output of the [pto] shortcode, edit pto.php and look for the following code at line 496:
$html .= pto_search_form();
...and either comment out or delete that line.
Cheers,
David.
--
PriceTapestry.com