Prints the link to the RSS feed.
Kuvaus
The RSS feed contents depends on the page on which the tag is used: the feed contains the brand's newest products on the brand page and the category's newest products on the product category page.
Syntaksi
{FeedUrl}
Näkyvyys
Toimii näkyvyydessä: globaali
Tags with global scope can be used on any template and in any tag.
Printing the link to the online store's RSS feed
<a href="{FeedURL}">Order our RSS feed</a>
The {FeedUrl}
tag prints all required link parts by default, so there is no need to add anything to the a
element's href
attribute.
Attribuutit
after/before:
By using the
after
andbefore
attributes you can define content that is output either after or before the tag's output.Allowed values:The HTML and Interface markup
E.g.
before:
'<p>Tämä merkkaus näkyy ennen tagin omaa sisältöä.</p>'after:
'<p>Tämä taas näkyy tagin oman sisällön jälkeen.</p>'
If the tag does not produce any content, neither the content of the
after
andbefore
attributes will be output.or:
Defines alternative content that is displayed if the tag itself does not produce any content.
Allowed values:The HTML and Interface markup
E.g.
or:
'Sisältöä ei löytynyt.'