在外部网站上显示 WordPress 侧边栏

发布于 2024-11-01 19:05:17 字数 233 浏览 2 评论 0原文

如何在外部 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不…忘初心 2024-11-08 19:05:17

您可以将侧边栏缓存在 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文