Hi there,
I'm using a heavily customised version of the Graphene theme for my website and it's working great. One minor problem I haven't been able to resolve yet:
How do I disable specific RSS feeds? In Firefox, if I go to my homepage and right-click and "View Page Info" > "Feeds", I see 3 feeds:
>> Feed
>> Comments Feed
>> Home Feed
If I look at the HTML, I see in the head section something like:
<link rel="alternate" type="application/rss+xml" title="Title Feed" href="http://www.website.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Title Comments Feed" href="http://www.website.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Title Homepage Comments Feed" href="http://www.website.com/home/feed/" />
I only want the first RSS feed. The second two I want to turn off.
Thanks!
M
Michael

