• Somewhere along the lines our search function disappeared. Our theme was recently set up with a sidebar but we’ve just changed it over to a 3 column homepage so the search widget isn’t an option. I’d like to get it back on the nav bar to the right of the Vault drop down but I can’t seem to find the right code. Any help would be greatly appreciated!

    I’m using the F8 Child theme from Graph Paper Press.

    https://www.wesubsist.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this after the view work. You’ll need to position with css

    <form method=”get” id=”searchform” action=”<?php bloginfo(‘home’); ?>/”>
    <div><input type=”text” size=”18″ value=”<?php echo wp_specialchars($s, 1); ?>” name=”s” id=”s” />
    <input type=”submit” id=”searchsubmit” value=”Search” class=”btn” />
    </div>
    </form>

    Thread Starter tmathews3

    (@tmathews3)

    Hey Mark thanks for the quick reply. Do you mind being a little more specific to where this code needs to be placed. I honestly can’t even find the ‘view work’ section you are referring to. I’ve never liked that function on our theme to begin with.. ugh.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Search Function to Main Nav’ is closed to new replies.