最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

theme development - nothing happen in search form

programmeradmin0浏览0评论

I want to create search form but when I search something nothing happen and this is the code: index.php:

 <div class="tech-btm">
      <?php get_search_form();?>
 </div>

searchform:

<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>

what is the problem? Is there anything wrong?

I want to create search form but when I search something nothing happen and this is the code: index.php:

 <div class="tech-btm">
      <?php get_search_form();?>
 </div>

searchform:

<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>

what is the problem? Is there anything wrong?

Share Improve this question asked Jun 6, 2020 at 12:16 hadishadis 212 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Did you also put code in index.php to actually display the search results?

https://wordpress/support/article/creating-a-search-page/

发布评论

评论列表(0)

  1. 暂无评论