Home Forums Theme support How to add a search bar in menu and header Reply To: How to add a search bar in menu and header

Ok, you can use this shortcode:

<?php echo do_shortcode( "[search]" ); ?>

You can open the file header.php in the root of the theme directory and place the shortcode where you want to have the search function.