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

Reply To: Replace my theme's search bar

#17203
Ernest MarcinkoErnest Marcinko
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!