Forums

RSS Feed not working (2 posts)

  1. annjeanine
    Member
    Posted 6 years ago #

    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!

  2. Otto
    Tech Ninja
    Posted 6 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags