By RA on Friday, 10 October 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 427
Votes 0
Hi,

I want to have RSS feeds enabled on my EasyBlog site, but I don't want the RSS feed icon appearing in the Blog header (I have my own headers and don't want the EasyBlog one to display). If I disable RSS feeds, it removes the rss link from the page head _as well_ as the page header. Is there a way to have just the RSS meta tag appear in the page head, but not have it appear in the page header (thus forcing the blog header to appear even though it's supposed to be disabled)?
Hello,

You can actually edit the file /components/com_easyblog/themes/default/toolbar.php and remove the codes below,


<?php if( $system->config->get( 'main_rss' ) ){ ?>
<a href="<?php echo EasyBlogHelper::getHelper( 'Feeds' )->getFeedURL( 'index.php?option=com_easyblog' );?>" title="<?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?>" class="link-rss">
<span><?php echo JText::_('COM_EASYBLOG_SUBSCRIBE_FEEDS'); ?></span>
</a>
<?php } ?>
·
Friday, 10 October 2014 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post