footer rss link on debian not working
-
I have wordpress 1.5.2 installed from debian testing. I’ve had it installed and running for several months, but never tested the rss feeds. I found that the rss links in the footer do not work. The html source looks like:
<div id="footer">The Inscho’s is proudly powered by
<a href="https://www.ads-software.com">WordPress</a> and
<a href="https://debian.org">Debian</a>
<a href="feed:https://inscho.northfolk.ca/?feed=rss2">Entries (RSS)</a>
and <a href="feed:https://inscho.northfolk.ca/?feed=comments-rss2">Comments (RSS)</a>.
<!-- 16 queries. 0.181 seconds. --></div>
I’ve never worked with rss before, but it looks to me that removing the feed: would fix everything up.
It is interesting that the header rss feeds work. I have tested using Opera:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://inscho.northfolk.ca/?feed=rss2" />
<link rel="alternate" type="text/xml" title="RSS .92" href="https://inscho.northfolk.ca/?feed=rss" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="https://inscho.northfolk.ca/?feed=atom" />
So, rss works, but the footer link is wrong. What do I need to do to fix this?
- The topic ‘footer rss link on debian not working’ is closed to new replies.