在wordpress站点中添加搜索到滑块

时间:2018-06-18 11:10:25

标签: wordpress

如何在wordpress的滑块上添加搜索框? 与此网站相同:http://www.wikiform.org/

1 个答案:

答案 0 :(得分:0)

It really depends on the slider you're using. but here's a basic structure of WordPress search which uses the default search function.

<form action="" method="get">
search: <input type="text" name="s"><br>
<input type="submit">
</form>

yoursiteurl.com/?s=test