在 WordPress 环境之外使用 WordPress 菜单
我试图在 phpbb 的标题中显示我的动态 WordPress 菜单。
如何包含 wordpress 标头?应包含哪些文件才能显示自动生成的菜单?
Im trying to display my dynamic wordpress menu in the header of phpbb.
How do I include the wordpress header? What files should be included in order to display the autogenerated menu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的解决方案是实现 JSON 插件,该插件根据命令导出各种 WP 变量:
http://wordpress.org/extend/plugins/json-api/
My solution was to implement the JSON plugin which exports various WP variables on command:
http://wordpress.org/extend/plugins/json-api/