Hi, Can someone help me remove the RSS button from my header? Either that or help me get it to work? Thanks! I'm not sure the coding for either. Link is in signature. Thanks!
What's wrong with it? Seems to be working fine to me. Do you want to remove the feed from the address bar, or from the header on the page? If you want to remove it from the address bar, I think you need to remove these lines from your header template... <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://healthhasnofury.com/?feed=rss2" /> <link rel="alternate" type="text/xml" title="RSS .92" href="http://healthhasnofury.com/?feed=rss" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://healthhasnofury.com/?feed=atom" /> HTML: If you want to remove it from the header on the page, you'll need to get rid of this part of your template... <div id="header_right"> <div id="subscribe"> <a href="http://healthhasnofury.com/?feed=rss" title="Subscribe to RSS feed" rel="nofollow"><img src="http://healthhasnofury.com/wp-content/themes/ProSense-Blue/images/rss-feed-icon.jpg" alt="Subscribe to RSS feed" /></a> </div> </div> HTML:
Good point, I think I do want to keep the orange RSS button on my header. However, I use feedburner for rss feeds. Where would I change this link so it redirects people to feedburner? I don't know CSS too well.