1、栏目>>全站全文搜索>>全站搜索设置 中开启全文搜索
2、在需要调用全站搜索的地方添加如下代码
<form name="searchform" method="post" action="[!--news.url--]e/search/index.php" target="_blank">
<input type="text" name="keyboard" class="搜索框样式" placeholder="搜索框提示语">
<input type="hidden" name="tbname" value="news">
<input type="hidden" name="show" value="title">
<input type="hidden" name="tempid" value="1">
<input type="submit" class="搜索按钮样式" style="cursor:pointer;" value="搜索">
</form>
注意:
1、如果代码中传值方式是get会出错
2、少一个input会出错
3、input顺序不对会出错