I am trying to insert an Advanced Woo Search search box into the header of my website.
I am using header type 6 so have therefore copied the parent header-type-6.php file and made a child version.
I have tried inserting the following code after line 28:
<?php echo do_shortcode( ‘[aws_search_form]’ ); ?>
But the search form does not appear, what am i doing wrong?
Regards,
Ellis