Another Blogs question - RSS link
Posted: Wed Jan 21, 2009 1:27 pm
Using CMSMS 1.4.1 and Blogs Made Simple 0.3.3.1
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:
And I put that in to the Entry template, but it doesn't show anything. The only way I've managed to get it work is to put:
But then if I created a new category, it would link to the other category every time... hmmm!
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>