Did you upgrade to 1.5.1.1 yet? It believe that this fixes the problem. Click the download tab at the top of these screen and following the instructions.
I just installed from cpanel. where is this download tab to upgrade?
I appreciate ur help.
ok never mind i see it. i will try it
Ok I just uploaded latest index.php file and went to /wp-admin/upgrade.php but the error is still there it still has feed:http://
Any other ideas…
You gotta change that part in your templates if you don’t want to send it to a program that reads feed:// URIs.
feed: is a new application handler specification not yet built into many browsers. Don’t ask me why it was put in. It has been an active topic on the mailing list as far as what to do with it. Your feeds are not broken, just access them via http://yoursite.com/wp-feed.php (or wp-rss2.php)and all will be well.
Someday when browsers support it, it will work.
thanks for responding. the problem is that when u click on the link feed:http://mydomain.com/wp-rss2.php it comes up file not found. Thus when some one clicks that link I guess they wont be able to syndicate my feed.
Where in the code do I go to remove “feed:”?
TIA
does anyone know how to remove (Feed:) from feed:http://mydomain.com/wp-rss2.php ?
I dont suspect its a browser supported issue because when u click on the link it says “file not found” for feed:http://mydomain.com/wp-rss2.php
I know the feed is not broken because http://mydomain.com/wp-rss2.php works.
Please help. Hope this clarifies
why they include feed: makes no sense. It screws it up. I wasted time on my second install because I couldn’t remeber how I got my 1st installs RSS to work.
feed:is a new protocol, which (once fully implemented into all browsers) will launch your default RSS reader and either automatically subscribe you to the feed or check the feed for updates. Currently, the only browser that feed: has been fully implemented into is Firefox v1.0.4. To remove the feed: from you feed links, find the feed links in footer and/or sidebar templates and remove feed: from the feed links. For example, change this:
<a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
into this:
<a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
hey many thanks & kudos to you.
do u think its neseccary for it to be there then? or was i just panicking for no reason?
do u know how to add the atom & xml as well where it has rss under meta? if so what and how do i add them with there respective icons
i tried ur recoomendation and now when i click on the rss feed link it takes me to folder feed..but no rss2 đ I checked in the validation and validation is giving a parsing xml errors
any other insite?