Category RSS Feed Code


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if($this->params->get('catFeedLink')): ?>
  2. <!-- RSS feed icon -->
  3. <div class="k2FeedIcon">
  4. <a href="<?php echo $this->feed; ?>" title="<?php echo JText::_('Be kept up to date on any new content added in this chapter by subscribing to our RSS feeds, its free'); ?>">
  5. <span>Be kept up to date on any new content added in this chapter by subscribing to our RSS feeds, its free</span></a>
  6.  
  7. <div class="clear"></div>
  8. </div>
  9. <?php endif; ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.