Scenario:
"I'm looking at my site with Firefox and I know I have an RSS feed but I can't see the little orange RSS feed icon in the lower right hand corner. What's wrong?"
Solution:
You're missing information in the
Original forum thread (thanks, hcgtv and kg!):
http://forum.nucleuscms.org/viewtopic.php?t=8116
Method:
Make sure the following lines of code are in the
<!-- RSS 2.0 feed --> <link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" /> <!-- RSD support --> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.php" />
irefox reads the head section of the html to find out whether there is RSS information or not. This information is usually located in the "head.inc" or "header.inc" file of skins (for the default skin, it is located in the file "head.inc").