<COMMENT_RSS_AUTODETECT_LINK>
Tag Function:
- Sets the Comment RSS autodiscovery feed link.
Main Usage:
- Used within image_template.html to dynamically add the Comment RSS autodiscovery to the <head> your template.
Examples:
In your image template, you can use the tag like this:
<COMMENT_RSS_AUTODETECT_LINK>
Sample Output:
Using the code above will generate the following when the template is run:
<!-- Link for FEED autodiscovery -->
<link rel="alternate" type="application/rss+xml" title="Pixelpost - Comment RSS Feed" href="http://example.com/index.php?x=comment_rss" />
FeedRelatedTags
<< <RSS_AUTODETECT_LINK> | TemplateTags | <SITE_RSS_LINK> >>