出于某种原因,当我点击搜索框时,它就像一个帖子评论部分的链接。我知道这有点模糊,但我真的不知道我能给出的关于这个问题的其他信息。该网站为lbk.newcoastmedia.com/wordpress,搜索框位于右侧边栏中。此外,这是我的搜索表单的代码:
<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>
感谢您提供任何帮助,如果我需要包含任何其他代码,请与我们联系。