By conshelfwebguy on Tuesday, 13 May 2014
Posted in General Issues
Replies 1
Likes 0
Views 506
Votes 0
Hello,

I am having an issue with the "Subscribe via RSS" link showing up twice on the Featured Blog Layout.

Thank you
Hello,

It's actually not "showing up twice" but it's actually for different purposes. The one at the top subscribes you to the "site wide" feeds. The one at the bottom on the same line with Featured allows you to subscribe to only featured entries. If you want to remove the bottom one, edit the file /components/com_easyblog/themes/default/blog.featured.php and at line 18 remove the codes below:


<?php if( $system->config->get( 'main_rss' ) ){ ?>
<a href="<?php echo EasyBlogHelper::getHelper( 'Feeds' )->getFeedURL( 'index.php?option=com_easyblog&view=featured' );?>" title="<?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?>" class="float-r ico link-rss"><?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?></a>
<?php } ?>
·
Wednesday, 14 May 2014 03:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post