Archived topic
Search Box in the header
5 replies · Started by Ram on April 24, 2020
Hello,
I would like to show the search bar in the highlighted area. PFA screenshot
Thanks
Hi there,
if you want to use the Default WP Search field then add this PHP Snippet to your site:
add_shortcode( 'search_form', function() {
ob_start();
get_search_form();
return ob_get_clean();
} );
Adding PHP: https://docs.generatepress.com/article/adding-php/
You can now add this shortcode [search_form] to your Header Element
Hello David:
REgarding to this topic..........
Is it possible that in the shortcode I limit the search by category??
Apreciate your help about..
Rafael
That's the default search form from WP core so you would need to check with WP's support team.
Thanks.....
No problem :)