My Wordpress site is https://chasbroucktest.wordpress.com/2015/07/27/home/ and its RSS Feed is https://chasbroucktest.wordpress.com/feed/. I am trying to grab all the content from within "content:encoded" including the html tags. So far I have the RSS feed reading in.
<cfset rssUrl = "https://chasbroucktest.wordpress.com/feed/">
<cffeed action="read" source="#rssUrl#" query="entries" properties="info">
How do I call and output the content within "content:encoded"?