知更鸟主题移动端搜索框不显示

  • A+
所属分类:wordpress

/wp-content/themes/begin-lts/searchform.php

把主题下的这个文件内容替换成下面这个,记得备份。

<div class="searchbar">

        <form method="get" id="searchform" action="<?php echo esc_url( home_url() ); ?>/">

                <span class="search-input">

                        <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" placeholder="<?php _e( '输入搜索内容', 'begin' ); ?>" required />

                        <button type="submit" id="searchsubmit"><i class="be be-search"></i></button>

                </span>

        </form>

</div>

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: