Site logo

Archived topic

Search Box in the header

5 replies · Started by Ram on April 24, 2020

Viewing posts 1–6 of 6

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 :)

This archived topic is closed to new replies.