WordPress 技巧:固定 WordPress 搜索链接
把 WordPress 的搜索链接静态化也不是什么难事,只需要修改几个地方。不过在这里之前你要确保你的 Apache 支持 Mod_rewtite,并且你在你的 WordPress 已经启用 Permalink 的功能。
我们所做只是添加一个 onsubmit 事件到主题文件的搜索框的 form 标签:
<form action="/" method="get" onsubmit="location.href='' + encodeURIComponent(this.s.value).replace(/%20/g, '+'); return false;">
就这么简单,以后你可以通过以下链接来搜索本站: