你能帮我弄清楚为什么我的RSS提要不能工作吗?我为这个Solar博客安装了一个非常标准的Wordpress 3.4.2,但是RSS、RSS2或Atom提要都无法正常工作。我使用的permalinks格式如下:
http://blog.paramountsolar.com/2012/12/18/sample-post/ (日期和名称,选项#2)
这似乎破坏了rss提要。如果我将永久链接设置为“丑陋”模式,它将按预期工作。。。任何其他设置都会失败:
例如:
http://blog.paramountsolar.com/feed/rss2
排除此错误:
此XML文件似乎没有任何与之关联的样式信息。
文档树如下所示。
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">
<channel>
<title>Paramount Solar Blog » Page not found</title>
<atom:link href="http://blog.paramountsolar.com/feed/rss2" rel="self" type="application/rss+xml"/>
<link>http://blog.paramountsolar.com</link>
<description>
We discuss everything about Solar Power, Solar Panels and Solar Energy!
</description>
<lastBuildDate>Tue, 18 Dec 2012 10:37:20 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.4.2</generator>
</channel>
</rss>