Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Replace my theme's search bar › Reply To: Replace my theme's search bar
March 21, 2018 at 11:12 am
#17203
Keymaster
Hi!
Thank you for the upload. I think the search form is printed by the catalog_search_form() on lines 559-575 on the end of the functions.php file.
Replacing that function should be the solution. Try replacing that function with something like this:
[php]function catalog_search_form(){
echo do_shortcode(‘[wpdreams_ajaxsearchpro id=1]‘);
}[/php]
Before editing, please make sure to have a full site back-up just in case!