Search box is a link to page comments?
-
For some reason when I click on in the search box it acts like a link to a posts comments section. I really have no idea what other info I can give. The website is lbk.newcoastmedia.com/wordpress and the search box is in the sidebar on the left side. Also, here is the code for my search form:
<form action="<?php bloginfo('siteurl'); ?>" id="searchform" method="get"> <div> <h3 class="search_title">search</h3> <label for="s" class="screen-reader-text"></label> <input type="text" id="s" name="s" value="" /> <input type="submit" value="Search" id="searchsubmit" /> </div> </form>
Thanks for any help!
- The topic ‘Search box is a link to page comments?’ is closed to new replies.