Title: Custom fields
Last modified: August 22, 2016

---

# Custom fields

 *  [24trentedeux](https://wordpress.org/support/users/24trentedeux/)
 * (@24trentedeux)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-147/)
 * Hi,
 * I’m using Hungry Feed on the website of the client and I can’t use custom fields,
   even with the “{{data[‘child’][‘[http://itunes.apple.com/rss’%5D%5B‘price’%5D%5B‘0’%5D%5B‘data’%5D](http://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[katinka@agentur-renate.de]]></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] => [katinka@agentur-renate.de](https://wordpress.org/support/topic/custom-fields-147/katinka@agentur-renate.de?output_format=md)[
   attribs] => Array ( )
 *  [xml_base] =>
    [xml_base_explicit] => [xml_lang] => )
 *  )
 *  )
 *  [http://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.
 * [https://wordpress.org/plugins/hungryfeed/](https://wordpress.org/plugins/hungryfeed/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-147/#post-5453491)
 * I think those fields are going to be something like:
 * `{{data['child']['http://purl.org/rss/1.0/modules/event/']['startdate']['0']['
   data']}}`
 * location and country should be the same path but just replace “startdate”

Viewing 1 replies (of 1 total)

The topic ‘Custom fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hungryfeed_5ea4d7.svg)
 * [HungryFEED](https://wordpress.org/plugins/hungryfeed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hungryfeed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hungryfeed/)
 * [Active Topics](https://wordpress.org/support/plugin/hungryfeed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hungryfeed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hungryfeed/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jason](https://wordpress.org/support/users/verysimple/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-147/#post-5453491)
 * Status: not resolved