【发布时间】:2017-03-15 07:21:08
【问题描述】:
我有一个主页。我在家里集成了搜索功能。它工作正常。当我搜索时,网址显示http://localhost/site-name/?s=searchTerm。但是当我访问网站的内页并进行搜索时,显示的 url 是http://localhost/site-name/pageName/?s=searchTerm。我应该如何重定向到http://localhost/site-name/?s=searchTerm
【问题讨论】:
标签: wordpress