Hi,
it depends what php/html skills you have, because it request template layout customization.
Check this file: templates/gk_magazine/layouts/blocks/tools/toolbar.php
and find this section:
- Code: Select all
<?php if($this->API->get('rss_link', 1) == 1): ?>
<a href="<?php echo $this->API->get('rss_url', ''); ?>" class="gkRSS"><?php echo JText::_('TPL_GK_LANG_RSS'); ?></a>
<?php endif; ?>
There you have RSS code, now use your knowledge or hire somebody.