Custom fields
-
Hi,
I’m using Hungry Feed on the website of the client and I can’t use custom fields, even with the “{{data[‘child’][‘https://itunes.apple.com/rss’%5D%5B‘price’%5D%5B‘0’%5D%5B‘data’%5D}}” method.
Here is an example of the rss feed:
<item>
<title><![CDATA[Michal Zietara in burghausen – 24 December ]]></title>
<guid isPermaLink=”false”>details-agenturrenate-96</guid>
<description><![CDATA[Michal Zietara, Tempelhof, burghausen, Germany, 2014-12-24]]></description>
<author><![CDATA[[email protected]]]></author>
<ev:startdate>2014-12-24</ev:startdate>
<ev:location><![CDATA[burghausen]]></ev:location>
<ev:organizer><![CDATA[Tempelhof]]></ev:organizer>
<ev:type><![CDATA[Michal Zietara]]></ev:type>
<ev:country><![CDATA[Germany]]></ev:country>
</item>And the debug:
Array
(
[data] =>
[attribs] => Array
(
)
[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
[child] => Array
(
[] => Array
(
[title] => Array
(
[0] => Array
(
[data] => Michal Zietara in burghausen – 24 December
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
[guid] => Array
(
[0] => Array
(
[data] => details-agenturrenate-96
[attribs] => Array
(
[] => Array
(
[isPermaLink] => false
))
[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
[description] => Array
(
[0] => Array
(
[data] => Michal Zietara, Tempelhof, burghausen, Germany, 2014-12-24
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
[author] => Array
(
[0] => Array
(
[data] => [email protected]
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
)
[https://purl.org/rss/1.0/modules/event/] => Array
(
[startdate] => Array
(
[0] => Array
(
[data] => 2014-12-24
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
[location] => Array
(
[0] => Array
(
[data] => burghausen
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
[organizer] => Array
(
[0] => Array
(
[data] => Tempelhof
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
[type] => Array
(
[0] => Array
(
[data] => Michal Zietara
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
[country] => Array
(
[0] => Array
(
[data] => Germany
[attribs] => Array
(
)[xml_base] =>
[xml_base_explicit] =>
[xml_lang] =>
))
)
)
[date] =>
[title] => Michal Zietara in burghausen – 24 December
[enclosures] => Array
(
[0] => SimplePie_Enclosure Object
(
[bitrate] =>
[captions] =>
[categories] =>
[channels] =>
[copyright] =>
[credits] =>
[description] =>
[duration] =>
[expression] =>
[framerate] =>
[handler] =>
[hashes] =>
[height] =>
[javascript] =>
[keywords] =>
[lang] =>
[length] =>
[link] =>
[medium] =>
[player] =>
[ratings] =>
[restrictions] => Array
(
[0] => SimplePie_Restriction Object
(
[relationship] => allow
[type] =>
[value] => default
))
[samplingrate] =>
[thumbnails] =>
[title] =>
[type] =>
[width] =>
))
[links] => Array
(
))
I need to get the startdate, location and country fields of it.
Thank you very much for the help.
- The topic ‘Custom fields’ is closed to new replies.