• Resolved rickyricc

    (@rickyricc)


    Hi there,

    I was hoping I would be able to replace the default search for the Bronx theme if possible.
    If you check out http://www.cgpproducts.com you’ll see the current search bar is in the top right and would like to add the functionality of this plugin with it.
    Any help would be much appreciated.
    Thanks

    The page I need help with: [log in to see the link]

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

    (@mihail-barinov)

    Hello,

    Try to add code below to your theme functions.php file

    add_filter( 'get_search_form', 'aws_search_form' );
    
    function aws_search_form( $form ) {
        return do_shortcode( '[aws_search_form]' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Replace default search for Bronx Theme’ is closed to new replies.