How do I make wp-rss2.php a registered protocol?
-
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><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" 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.
- The topic ‘How do I make wp-rss2.php a registered protocol?’ is closed to new replies.