Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    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.

Viewing 1 replies (of 1 total)

The topic ‘RSS Feed not working’ is closed to new replies.