April 10
给主题增加一个搜索按钮
<li><a href="#" onclick="sousuo()">搜索</a></li>
<script>
function sousuo(){
var name=prompt("输入关键词",""); // 搜索文章
if (name!=null && name!="")
{
location.href='<?php $this->options->siteUrl(); ?>/search/' + name;
}
}
</script>
来源:https://true-me.com/2018/3005.html
:D 少女祈祷中...