Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created November 30, 2012 02:15
Show Gist options
  • Save makbeta/4173359 to your computer and use it in GitHub Desktop.
Save makbeta/4173359 to your computer and use it in GitHub Desktop.
Luminate CMS: How to display standard RSS 2.0 feed as a bullet list via Incoming RSS component?
<ul class="list">
<t:list id="rss.channel.item" maxlength="5">
<li><a href="${link}" target="_blank">${title}</a></li>
</t:list>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment