Need help with adding a Search box to header
-
Hi Everyone,
I’d like to add a search box to my header — just above Contact Us on main navigation (https://www.landmarktaxgroup.com). What coding is needed and where would I put it in header.php?
I found this code in the WP forum, but not sure if it applies to my site and where I would paste it:
<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>
Any assistance is greatly appreciated. Many thanks.
Michael
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Need help with adding a Search box to header’ is closed to new replies.