Removing RSS icon in address bar on WordPress Website
I’ve c hange my blog to a website with help from your instructions in one of your previous posts. I’ve disabled RSS but would like to remove the RSS icon in the address bar. How can I do this?
Dear Kirsty,
I’m so glad my instructions were helpful in turning your Worpress blog into a website.
Removing the RSS icon from the address bar is quite simple, really.
You’ll need to go into your header.php file and remove all of the following (you may not have all listed):
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>”/>
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>”/>
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>”/>
Be sure to “save changes” and that’s it. RSS icon is gone!
~Christina

Comments