• I am trying to get a little site search button in my header menu, how do I do this? Note, I am new and if this topic has been covered before and I just can’t find it, point me towards that topic.

Viewing 1 replies (of 1 total)
  • You can add this code for search form in your header.

    <?php get_search_form(); ?>

    Just put in your header.php file.

    This code will echoing search form so place it everywhere where you want to have the search form.

    • This reply was modified 6 years, 9 months ago by Rushabh Shah.
Viewing 1 replies (of 1 total)
  • The topic ‘Search Button in Header Menu’ is closed to new replies.