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.
我正在编写一个插件,它是商家服务器的网关。该插件由短代码激活,然后显示确认页面。确认页面会将用户带到银行,然后返回到插件的 OK 或 KO 页面。
这两个页面位于插件文件夹中,我希望它们的外观与博客相似(几乎用于页眉和页脚)。
我不能调用 get_header 或 get_footer,因为它们不包括在内。
我的问题有解决方法吗?
在你的文件中试试这个,让我知道:
<? include_once('../../../wp-load.php'); get_header() ?>