How to remove RSS Feed from Header

Discussion in 'XML & RSS' started by musicsmysoul, Feb 26, 2008.

  1. #1
    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!
     
    musicsmysoul, Feb 26, 2008 IP
  2. walkere

    walkere Active Member

    Messages:
    112
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    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:
     
    walkere, Feb 27, 2008 IP
  3. musicsmysoul

    musicsmysoul Peon

    Messages:
    285
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    musicsmysoul, Mar 1, 2008 IP