我想创建搜索表单,但当我搜索时什么都没有发生,这是代码:索引。php:
<div class="tech-btm">
<?php get_search_form();?>
</div>
搜索表单:
<form role="search" method="get" id="searchform" action="<?php echo home_url(\'/\')?>">
<div><label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
问题是什么?有什么问题吗?