Magento - Remove RSS Link


How do I remove the RSS link in the footer in Magento?


Magento enables RSS feeds by default, but it's an easy feature to turn off if you're so inclined. Just log in to your Magento Admin Panel and navigate to System > Configuration > RSS Feeds > RSS Config and look for the "Enable RSS" option. Just set that to "Disable" and the orange box will be gone. 

How do I remove the RSS link in the category page in Magento?


Go to “magento/app/design/frontend/default/default/template/catalog/category/view.phtml”
and comment out the code you see I did, right at the top
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
<?php 
if($this->isContentMode()): ?>
    
<!--
<
div class="category-head">
    
<?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
        
<a href="<?php echo $this->getRssLink() ?>" class="link-feed right"><?php echo $this->__('Subscribe to RSS Feed'?></a>
    
<?php endif; ?>
    
<h2><?php echo $this->htmlEscape($this->getCurrentCategory()->getName()) ?></h2>
    </
div>
-->


5 comments:

  1. magento extension developmentwas very helpful in answering alot of questions.Thanks for posting.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Thanks. BUt I am trying to find the link for removing an existing RSS link via abstract over at https://overhemden.com

    ReplyDelete
  4. I have been impressed after read this because of some quality work and informative thoughts. I just want to say thanks for the writer and wish you all the best for coming! Your exuberance is refreshing. magento eshop

    ReplyDelete
  5. I think that thanks for the valuabe information and insights you have so provided here. cinema near me

    ReplyDelete