Title: [Plugin: HungryFEED] Pull in content:encoded from RSS Feed
Last modified: August 20, 2016

---

# [Plugin: HungryFEED] Pull in content:encoded from RSS Feed

 *  [justinfm101](https://wordpress.org/support/users/justinfm101/)
 * (@justinfm101)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-pull-in-contentencoded-from-rss-feed/)
 * I’m trying to pull in a feed from a WordPress blog. More specifically, a category
   feed within a WP blog. WordPress has the description automatically truncated,
   so I’d like to pull in the content:encoded which contains the whole post with
   the formatting (html). I imagine this is done using the data variable…
 * > For displaying any non-standard RSS fields, raw feed data can be retrieved 
   > using the “data” variable for example: {{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)}}.(
   > Add the parameter show_data=”1″ in your shortcode to view the debug output 
   > of the raw feed data array)
 * Unfortunately, I don’t really understand this format well enough to include it.
 * My RSS feed is… [http://www.shadesofthefuture.com/c/special-offers/feed/](http://www.shadesofthefuture.com/c/special-offers/feed/)
 * And as I said, I’m trying to pull the content:decoded info. I imagine this is
   something that lots of people will want to do, so some more detailed instructions
   would be awesome.
 * Any help is appreciated.
 * [http://wordpress.org/extend/plugins/hungryfeed/](http://wordpress.org/extend/plugins/hungryfeed/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-pull-in-contentencoded-from-rss-feed/#post-2539826)
 * You have to use the show_data=”1″ debug parameter which will show you what that
   actual data structure looks like, then you have to kinda hunt your way through
   that to see what that “path” is to the particular field you want. Once you find
   the correct path, then you remove the show_data parameter.
 * In your case, I think this is what you want:
 * `{{data['child']['http://purl.org/rss/1.0/modules/content/']['encoded']['0']['
   data']}}`
 * since I think that element can have multiple parts, you may need to refer to [‘
   encoded’][‘1’], [‘encoded’][‘2’], etc.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: HungryFEED] Pull in content:encoded from RSS Feed’ 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: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-pull-in-contentencoded-from-rss-feed/#post-2539826)
 * Status: not resolved