Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jason

    (@verysimple)

    You can get that using the data selector in your template, for example:

    <div class="hungryfeed_item">
    <h3><a href="{{permalink}}">{{title}}</a></h3>
    <div><img src="{{data['child']['http://base.google.com/ns/1.0']['image_link']['0']['data']}}"></div>
    <div>{{description}}</div>
    </div>
    Thread Starter Developer ICAN

    (@richardicanie)

    Oh my god! Thank you so much!

    From reading the documentation i figured that you could only pull one image from the feed and not each image in the listing!

    Thanks a million Jason!!!!!

    Plugin Contributor Jason

    (@verysimple)

    No problem – I wish it wasn’t such a pain to access those fields, unfortunately there’s no “official” standard so the best thing seems to be as many examples as possible.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pulling non standard RSS field per item’ is closed to new replies.