加载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}
}
知道什么是错的?
答案 0 :(得分:0)
好的,数据存在,但在Twig中print_r
,var_dump
或dump
不可见。我在这里找到了解决方案:Reading text in `<![CDATA[...]]>` with SimpleXMLElement