I don’t have RSS or aggregator or anything like that unable.

However, if you go to administer > categories > list terms > Then click any of the terms under ‘name’ it will take you to the page of that term and on that page there is the orange RSS box,

At least mine does, I have them in all the respective term pages!

How do I get rid of it?

And why is it even there when I have it unabled aggregator/RSS!

Please help!

Comments

lucyconnuk’s picture

Hi,

There's two different things going on here: Enabling aggregator/RSS allows YOUR site to use OTHER sites' feeds - but the orange RSS box is there to allow OTHER sites to use YOUR feeds.

I don't think there is anything in the site settings which will allow you to NOT display the RSS box. However, if you have access to your site's files, you can hide it with CSS. Edit your theme's CSS file (eg. if you are using bluemarine edit themes/bluemarine/style.css) and add the following line at the bottom:

.feed-icon { display: none; }

HTH

Lucy C

d3c0’s picture

Open up your themes directory and find a file called 'page.tpl.php'
So say you are using the garland theme, this file would be at: http://mysite.com/themes/garland/page.tpl.php
But this file only exists on the FTP server so you will need to download using an FTP client.

Once you have downloaded it, open it with your favourite text editor and find the line that says <?php print $feed_icons ?> - delete this line.

Save the file, copy the new edited file and replace the one on the server.
Refresh and voilla!

Enjoy

PS, I just realised this was for version 4 but this is definitely the solution on 6.x :)