The feed_link tag is a Single Tag. Textpattern will replace this tag with an XHTML link to the sites articles RSS feed. Use in Page or Column.
The feed_link tag has the following syntactic structure…
<txp:feed_link />
Tag will accept the following attributes (case-sensitive):
Whether to output a link to the RSS or Atom version of the feed. Available values: rss or atom. Default is rss.
Whether to output a (X)HTML a tag or a (X)HTML link tag. Available values: a or link. Default is a.
Restrict to specified section. Default is current section.
Restrict to specified category. Default is current category.
Number of articles to display in the feed. Default depends upon How Many Articles on RSS? preference setting.
(X)HTML title attribute. Default depends upon format used, either RSS feed or Atom feed.
Link text for feed link when using format of a.
(X)HTML tag (without brackets) to wrap around output when using format of a.
<txp:feed_link flavor="rss"section="about" category="General" label="XML" wraptag="p" />