Menu:

How to use the RSS feed Generator

You can easy use the RSSfeedGenerator.

Put in your global template (into the html head) this line:

HTML
1
<link rel="alternate" type="application/rss+xml" title="pages updates" href="{% lucidTag RSSfeedGenerator count="10" %}" />

To add a normal link into your CMS page use this line:

HTML
1
<a href="{% lucidTag RSSfeedGenerator count="10" %}" type="application/rss+xml" title="page updates">RSS feed</a>