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']['price']['0']['data']}}. (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/
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.