Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 wordpress 有一个非常奇怪的问题。
我创建了一个名为 /test (www.example.com/test) 的页面,我在其中放置了一个自定义表单。
(此表单使用 POST 方法发送数据,它是一个自定义模板)
我注意到当我提交表单时会加载另一个模板(404.php 的模板)。
只有当有 POST 数据时,否则我的自定义模板会被加载。
如何解决这个问题?