I'm trying to create an RSS icon and link for each blog entry.
Like the one that appears on the category page - I want the exact same thing to appear on each entry, taking you to the RSS category.
I found this code in the Category template:
Code: Select all
{if $rsslink!=""} <div align="right">{$rsslink}</div> {/if}
Code: Select all
<div align="right"><a href='direct link to RSS feed'><img src='modules/Blogs/icons/rss.png' alt="RSS" /> Subscribe to this category</a></div>