Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Please add code below to your theme functions.php file:

    add_filter( 'get_search_form', 'aws_get_search_form' );
    
    function aws_get_search_form( $form ) {
        return do_shortcode( '[aws_search_form]' );
    }
Viewing 1 replies (of 1 total)

The topic ‘Replacing default search in Enfold Theme’ is closed to new replies.