• I created a rss feed but when I click on the “Entries RSS” link to that page at the bottom of my WordPress homepage I get a

    feed is not a registered protocol

    here is the rss code:

    <rss version="2.0">

    <channel>
    <title>Sadhana</title>
    <link>https://ayurvedahc.com/articlelive/sadhana.xml</link&gt;

    <description>
    Short looped meditation music/ : Composer is Sanjoy. Provided by Radio Ayurveda Shakti
    </description>
    <language>en-us</language>
    <pubDate>Mon, 29 Mar 2005 18:00:00 EST</pubDate>
    <lastBuildDate>Mon, 29 Mar 2005 18:00:00 EST</lastBuildDate>
    <generator>I Dunno</generator>
    <webMaster>[email protected]</webMaster>
    <ttl>360</ttl>

    <item>
    <title>Some title</title>

    <link>
    https://ayurvedahc.com/RadioAyS/Sanjoy/sadhana.mp3
    </link>

    <description>
    Podcast by on Thu, 24 2005. General rants/some unknown Cdn Music/
    </description>

    <enclosure url="https://ayurvedahc.com/RadioAyS/Sanjoy/sadhana.mp3&quot; length="16818532" type="audio/mpeg"/>
    </item>
    </channel>
    </rss>

    https://feedvalidator.org/returns this reply to my validation test:

    This feed is valid, but may cause problems for some users. We recommend fixing these problems. Feeds should not be served with the “text/html” media type

    Im not sure what is text/html media type and how to replace it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s not a problem with the file. Go into the appropriate template file (probably footer.php or sidebar.php), find the links to the feeds and remove the feed: that they’re prefixed with.

    Thread Starter buddha

    (@buddha)

    Many thanks, that was it.
    Do you know how to create a commentsrss2.php? What does such a page look like?

    I removed the code from my sidebar.php file and all I get now is a page not found error. I tried in IE and Mozilla with no results. Anyone?

    the website is https://www.thecowgoddess.com/wordpress

    Molly, you’ve run into a bug that appeared with rss in 1.5 on IIS servers. I’d suggest installing the most recent version of WordPress (1.5.1.2).

    EDIT: Forgot to note there is a workaround to the problem (though upgrading is best, since it hits a lot more than this issue):

    https://www.thecowgoddess.com/wordpress/?feed=rss2

    Avenir’s answer from above [remove “feed:” from “href=”feed:<?php bloginfo(‘rss2_url’)” fixed my RSS problem too.

    This is a bug in the current 8/15/06 “Kubrick theme” default theme.

    It is not a “bug”. It’s a new protocol not recognized yet by every software (browser etc.). Google and read…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I make wp-rss2.php a registered protocol?’ is closed to new replies.