Viewing 7 replies - 1 through 7 (of 7 total)
  • the line in header.php that you are looking for is this one:

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url');

    IF i understand your question correctly.. or are you trying to change what someone sees when they VIEW your feed?

    unrelated but important: youre running version 2.0.4, you ought to consider upgrading to the most recent 2.0.5

    Thread Starter danimani

    (@danimani)

    i’ve tinkered around and removed that line several times and it doesn’t change it.

    if you look at the screen shot of the theme, at the top, where it says “home” “page 1” “page 2” there is also the “RSS” link. i’d prefer the RSS link not to be there, if that’s possible. i’ve edited ‘header.php’ on my actual blog several times and i simply cannot get rid of the RSS link on my site.

    and thanks for the tip about upgrading, i will do that tonight.

    the RSS link at the top?

    well, kudos (not.) to the theme author for this but thats inside footer.php

    <li><a href="<?php bloginfo('rss2_url'); ?>">RSS</a></li>

    delete that 🙂

    Thread Starter danimani

    (@danimani)

    well, strangely enough, that’s the one page i didn’t even bother to look at!

    thank you so much!!

    well, strangely enough, that’s the one page i didn’t even bother to look at!

    Gosh, i wonder why, maybe its because its named footer.php 😛

    who could have blamed ya 🙂

    well, strangely enough, that’s the one page i didn’t even bother to look at!

    Yeah, who’d think to look for the top navigation to be in a footer?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Removing RSS from header?’ is closed to new replies.