<!-- BEGIN FEEDS -->
<a href="{FEEDLINK}">{FEEDTITLE}</a> by {FEEDAUTHOR} on {FEEDPUBDATE}:
<br>{FEEDDESCRIPTION}
<br>
<!-- END FEEDS -->
-- you'll find something like the above in the listing details template in versions 8.0 or older. in WSN 9 or later, go to Admin Panel -> Listings -> Listing Fields and edit the RSS Feed URL field, and look in the "Custom Display HTML" box.<a href="{FEEDLINK}">{FEEDTITLE}</a> by {FEEDAUTHOR} on {FEEDPUBDATE}:
<br>{FEEDDESCRIPTION}
<br>
<!-- END FEEDS -->
{FEEDLINK} - The URL destination of the feed item.
{FEEDTITLE} - The title of the feed item.
{FEEDDESCRIPTION} - The description of the feed item.
{FEEDDESCRIPTIONSTRIPPED} - The feed item description with all HTML removed.
-- Optional parameter: number of characters to cut off at.
{FEEDAUTHOR} - The author of the feed, as credited in the RSS.
{FEEDPUBDATE} - The publication date as credited in the RSS.
{FEEDCANVIEW} - True if the visitor can view the feed, false if not.