在外部网站上显示 WordPress 侧边栏
如何在外部 php 站点上显示 WordPress 侧边栏信息。
通过 iframe
尝试过,但是单击 iframe 中的链接时失败;仅在 iframe 中加载页面。实际上,当从外部站点单击时,我想访问 WordPress 站点。
尝试使用 file_get_content() 方法,但它也无法从 WordPress 侧边栏显示 twitter feed。
任何帮助克服困难。
How to display wordpress sidebar information on an external php site.
Tried by iframe
but, fails when clicking links in iframe; which loads page in iframe only. actually i would like to go wordpress site when click from the external site.
Tried by file_get_content()
method but it also fails to display twitter feeds from wordpress sidebar.
Any help to overcome the trouble.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将侧边栏缓存在 HTML 文件中,并在每次发现帖子时更新此文件。这里没有发布所有代码,而是我之前查看过的信息来源。
http://www.hongkiat.com/博客/在其他非 wp-sites 上显示-wordpress-sidebar-/
You can cache the sidebar in an HTML file and have this file updated every time a post is found. Rather than post all the code, here is the source of the information I have previously looked at.
http://www.hongkiat.com/blog/display-wordpress-sidebar-on-other-non-wp-sites/