【发布时间】:2012-05-02 02:17:53
【问题描述】:
我看到这个网站获取文件所在主题的路径:http://codex.wordpress.org/Function_Reference/get_bloginfo
我有一个表单(文件 register.php),可以将帖子发送到同一目录中的文件(register_proc.php)。
<form id = "form" name = "form" method = "post" action = "<?php echo get_option ('template_url');? > /register_proc.php ">
这两个文件在:wp-content/themes/theme_name.
但是当我在浏览器中提交链接时是“http://127.0.0.1/register_proc.php”,它说找不到文件。为什么?
【问题讨论】:
标签: wordpress