• At the bottom of my main page it says this.
    Entries (RSS) and Comments (RSS).

    When I click them a window pops up (firefox) and says
    feed is not a registered protocol

    In IE is says page not found.

    I looked in my 404 files and it has /wp-rss2.php
    not found 299 times.
    This is a new install using Fantastico file install from web server.

    I looked at other peoples websit with defaut 1.5 blue and theres does the same thing.

    Any help, I would be thankful./
    Gary K

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    The link has “feed:” in front of it (feed:http://go4tips.com/wp-rss2.php). This is a new protocol which automatically launches your rss reading application and automatically subscribes to your feed. If you want to delete the “feed:”, go to your Presentation menu, hit “Theme Editor”, select the Footer Template and change:
    <a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    to

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

    If you want to do the same for your Comments RSS, follow the same steps (but for the Comments feed).

    Your RSS is working just fine at http://go4tips.com/wp-rss2.php

    Just edit the footer.php file for your theme and remove the feed part of the URL
    <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>

    Just remove the feed part of both of those links and it should work fine. “feed:” is supposed to open up an external RSS feed reader program.

    Thread Starter garyk

    (@garyk)

    What do you think about my 404 not found is about?

    And I will leave the “feed” in front if it is not hurting anything.

    Thanks
    Gary K

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Go here: http://cvs.sourceforge.net/viewcvs.py/cafelog/wordpress/wp-blog-header.php?rev=1.131&view=auto and click the “download” link. This will give you a new wp-blog-header.php file. Replace your wp-blog-header.php file with this new copy.

    Here’s the bug report if you’re interested:
    http://mosquito.wordpress.org/view.php?id=903

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link to rssfeed ???’ is closed to new replies.