Add Search Box in Header
-
Hello. I would like to add a search box to my header, and I can’t figure out how to get it where i want it. I would like it to be in the bottom right of my header image (above the RSS feed link). Can someone please help me?
I do not have a searchform.php file in my template, so I am using this code:
<form id="searchform" method="get" action="<?php bloginfo('siteurl')?>/"> <input type="text" name="s" id="s" class="textbox" value="<?php echo wp_specialchars($s, 1); ?>" /> <input id="btnSearch" type="submit" name="submit" value="<?php _e('Go'); ?>" /> </form>
This works for the search box, but I have no idea how to get it where I want it.
The link to my site is here:
https://www.painterramblings.comIf you ned info from any of my other files, let me know. Thanks for your time.
Rusty
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add Search Box in Header’ is closed to new replies.