如果 WordPress 搜索未找到重定向到 /url 且未找到错误
我一直在尝试修复这个错误,但我一点运气都没有。
我正在开发 WP 主题,一切正常,除非我尝试搜索返回 0 结果的内容。当有结果时,一切都会顺利进行。
如果有 0 个结果,WP 会将我重定向到 http://mywebsite.com/url,显示“未找到”错误。
在这里,我复制了 searchform.php 的代码,这可能会帮助那些愿意帮助我的人。
I been trying to fix this error but I am having no luck at all.
I am developing a WP theme and everything works fine except when I try to search for something that will return 0 results. When there are results everything works fine.
If there are 0 results WP redirects me to http://mywebsite.com/url displaying a "Not Found" error.
Here I copy my code for searchform.php that may help someone willing to help me.
<form action="<?php echo home_url(); ?>" id="searchform" method="get" role="search">
<input type="text" id="s" name="s" value=""/>
<input type="submit" value="Search" id="searchsubmit" style="display: none;"/>
</form>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论