Skip to content

Instantly share code, notes, and snippets.

@stphnwlkr
Last active June 11, 2017 04:02
Show Gist options
  • Save stphnwlkr/415cb90ac4db5385c5fe00a1c24fa893 to your computer and use it in GitHub Desktop.
Save stphnwlkr/415cb90ac4db5385c5fe00a1c24fa893 to your computer and use it in GitHub Desktop.
<!--Retrieve the feed -->
<cffeed action="read" source="http://blogs.coldfusion.com/feed" name="feeder" query="feederq">
<!-- Output the results -->
<cfoutput query="feederq">
<h2><a href="#rsslink#">#title.ucase()#</a></h2>
#content#
<p>#publisheddate.dateFormat('long')#</p>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment