By Rotwang on
Those little orange rss icons are still showing up in each taxonomy index page. Where are they coming from? I have the aggregator module turned off. And there's a "view_rss" module that's also turned off. What else would produce those links?
Comments
the .css file
the .css file
search it for .feed-icon if there add display: none; as below if not there
add:
to the bottom of your theme's .css file
Thanks but the feed still
Thanks but the feed still actually works too. If you click on the icon, you get an rss feed. How is that possible? What generates it?
feeds themselves are
feeds themselves are automatically generated so that browsing users can add them to their readers.
the aggregator module allows you to bring in feeds from other sites. so shutting that off doesnt change the fact that drupal creates feeds for the benefit of the user and yourself as admin, if you chose to aggregate the feeds to another drupal site.
Very interesting, thanks.
Very interesting, thanks. So if I want a drupal site that doesn't provide feeds, I can't do it, right? (Except by hacking the core of course.) All drupal sites must provide feeds.