Search for: Log In Free Support [Support request] Search Box in the header Home › Forums › Support › Search Box in the header This topic has 1 reply, 2 voices, and was last updated 11 months, 3 weeks ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 24, 2020 at 4:18 am #1253061 Ram Hello, I would like to show the search bar in the highlighted area. PFA screenshot Thanks https://snipboard.io/dPC3Nh.jpg April 24, 2020 at 6:24 am #1253293 DavidStaff Customer Support 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 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In