You are here:  » remove serch box or pto shortcode


remove serch box or pto shortcode

Submitted by twdesigns on Sat, 2014-06-07 18:26 in

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?

Submitted by support on Mon, 2014-06-09 08:45

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

Submitted by twdesigns on Sat, 2014-06-14 05:33

Thank you!