如果 WordPress 搜索未找到重定向到 /url 且未找到错误

发布于 2024-10-31 19:35:26 字数 519 浏览 3 评论 0原文

我一直在尝试修复这个错误,但我一点运气都没有。

我正在开发 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文