simplexml_load_file缺少Wordpress中的数据

时间:2017-02-25 08:52:35

标签: php xml wordpress rss

加载Wordpress RSS Feed,将其嵌入PHP中的其他网站。

simplexml_load_file('http://blog.sporttoury.com/feed');

但我无法获得帖子的图片,类别或文字。

SimpleXMLElement {#955 ▼
  +"title": "Website. Description of the website"
  +"link": "http://blog.website.com/liktothepost"
  +"pubDate": "Fri, 17 Feb 2017 07:56:43 +0000"
  +"category": SimpleXMLElement {#1131}
  +"guid": "http://blog.website.com/?p=400"
  +"description": SimpleXMLElement {#953}
}

知道什么是错的?

1 个答案:

答案 0 :(得分:0)

好的,数据存在,但在Twig中print_rvar_dumpdump不可见。我在这里找到了解决方案:Reading text in `<![CDATA[...]]>` with SimpleXMLElement