======txp:feed_link====== 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. =====Syntax===== The ''feed_link'' tag has the following syntactic structure... ======Attributes====== Tag will accept the following attributes (**case-sensitive**): =====flavor="value"===== Whether to output a link to the RSS or Atom version of the feed. Available values: __rss__ or __atom__. Default is __rss__. =====format="value"===== Whether to output a [[http://www.w3.org/TR/html4/struct/links.html#edef-A |(X)HTML a tag]] or a [[http://www.w3.org/TR/html4/struct/links.html#edef-LINK |(X)HTML link tag]]. Available values: __a__ or __link__. Default is __a__. =====section="section name"===== Restrict to specified section. Default is current section. =====category="category name"===== Restrict to specified category. Default is current category. =====limit="integer"===== Number of articles to display in the feed. Default depends upon How Many Articles on RSS? preference setting. =====title="value"===== [[http://www.w3.org/TR/html4/struct/global.html#adef-title |(X)HTML title attribute]]. Default depends upon __format__ used, either __RSS feed__ or __Atom feed__. =====label="value"===== Link text for feed link when using __format__ of __a__. =====wraptag="tag"===== [[http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.1 |(X)HTML tag]] (without brackets) to wrap around output when using __format__ of __a__. ======Examples====== ===== Display an RSS feed link for specific section and category, labelled "XML" ===== ====== Genealogy ====== ==== Version 4.0.4 ==== * __format__ added.