我已经为我的主要WordPress网站创建了一个静态网站。
我正在尝试在我的静态页面中添加WordPress搜索表单,以便我仍然可以使用静态网站中的搜索表单。
以下是我现在拥有的:
<form action="http://www.domain.com/" method="get">
<input type="search" name="s" value="" placeholder="type keyword(s) here" />
<button type="submit" class="btn btn-primary">Search</button>
</form>