You can implement the rss tqTag in a template to enable links to rss feeds for Web pages based on that template.
<tqtag name="rss0" type="rss" title="Please selecet rss feed from the feeds created" >
...
</tqtag>
Example 1 - rss tqtag using before the </head> html tag to make the rss for the entire website
<tqtag name="rss0" type="rss" title="Please selecet rss feed from the feeds created" >
<link rel="alternate" type="application/rss+xml" title="mysite news" href="@link@" />
</tqtag>
Example 2 - rss tqtag to use inside a website as a link
<tqtag name="rss1" type="rss" title="Please select rss feed as a link" >
<a href="@link@">Click here to view rss feed</a>
</tqtag>
With the rss tqtag, you can use the following tqoptions:
if.