Support » Fixing WordPress » Add Search Box to Custom Menu

  • Hi everyone! Been searching through the posts, and haven’t found any info on it, but maybe it’s a really simple fix and I’m just missing something.

    I created a custom header menu so I could exclude certain pages. What I want now is a search box on the right side of that menu. Is that possible, and how do I do it?

    Here’s the website:
    http://www.blue-water-transport.com
    Using Responsive full width featured area Child Theme.

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Add <?php get_search_form(); ?> to your header template after the wp_nav_menu() call or whatever your theme uses to generate the menu. Some additional CSS may be required to position it properly.

    try this plugin: MenuBar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Search Box to Custom Menu’ is closed to new replies.