I just upgraded from 1.0.5 to the newest version and everything works great, but the RSS feeds don't work anymore?
Here is my site & feed:
http://www.irismin.org/wordpress/
feed://www.irismin.org/wordpress/?feed=rss2
Please Help. Thanks!
I just upgraded from 1.0.5 to the newest version and everything works great, but the RSS feeds don't work anymore?
Here is my site & feed:
http://www.irismin.org/wordpress/
feed://www.irismin.org/wordpress/?feed=rss2
Please Help. Thanks!
I'm not sure what you did, but something is really, really wrong with your theme.
Look at the source of your main page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
Two HTML declarations. That ain't right.
<head>...stuff here...</head>
<body>
... more stuff ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
Whoa, another doctype and html? Again, not right.
Looks like you're including two or possibly three headers. Something is all horked up, and that's probably what's breaking your feed as well.
This topic has been closed to new replies.