ThemeShaper Forums » Thematic

[closed]

RSS Options

(6 posts)
  • Started 12 years ago by ismh
  • Latest reply from helgatheviking
  • This topic is resolved

Tags:

  1. ismh
    Member

    I added a link to my Feedburner feed to my header.php, file, and now it shows up as an option in the browser. How do I get rid of the two created by Wordpress. Here is what I currently see, I just want to show the first one being an option:

    http://d.pr/bmc

    512pixels.net

    Posted 12 years ago #
  2. you can tell those not to appear by switching their filters to false:

    function no_rss(){
      return FALSE;
    }
    add_filter('thematic_show_rss','no_rss');
    add_filter('thematic_show_commentsrss','no_rss');
    Posted 12 years ago #
  3. ismh
    Member

    Sadly, no change after adding that to functions.php and emptying my browser cache.

    Posted 12 years ago #
  4. are you using the latest dev stable version of thematic?

    developing.thematic4you.com/thematic-development-release/

    i just tested it locally and

    <link rel="alternate" type="application/rss+xml" href="http://localhost/single/feed/" title="Chicago Inter Handball Club Posts RSS feed" />
    <link rel="alternate" type="application/rss+xml" href="http://localhost/single/comments/feed/" title="Chicago Inter Handball Club Comments RSS feed" />

    is definitely removed from the header w/ the addition of those filters

    Posted 12 years ago #
  5. ismh
    Member

    I'm using 0.9.7.7.

    Posted 12 years ago #
  6. which means no, you aren't. try updating to the thematic at the link above

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.