在wordpress中将查询字符串从一个页面传递到另一个页面

时间:2016-11-11 12:55:10

标签: php wordpress

我在wordpress中有一个名为“batches.php”的自定义模板页面,其中包含以下代码

Loading application [sigag] at [/sigag]

上面的代码将bid = 58233b48dbc43发送到“view-batches.php”。

view-batches.php:

echo '<a href="'.get_template_directory_uri().'/view-batches.php?bid=58233b48dbc43" >View</a>';

此代码打印出价值,即58233b48dbc43,但也显示a 致命错误:调用未定义函数get_header()

此问题的任何解决方案以及如何在wordpress中将数据从一个页面传递到另一个页面

1 个答案:

答案 0 :(得分:0)

此功能位于wp-includes/general-template.php。  所以你只需要包含上面的文件或确保它包含在你的主题核心文件中