0
検索バーに次のコードを使用しています。送信をクリックすると、何もしません。それは別のページにも向いていません。 Understrapテーマを使用しています。ワードプレス検索が送信されない
<div id="search">
<form action="/" method="get">
<input type="search" placeholder="Type your search word(s) here" value="<?php get_search_query(); ?>" />
<button type="submit" class="btn btn-primary">Search</button>
</form>
</div>