• I’m a photo blogger and I noticed after the update to 2.1 that my rss feed was empty. So I checked the rss with a validator and it passed. Then I looked at the xml and the title of my articles are not in the title tags.. How can I fix it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter clovenlife

    (@clovenlife)

    I don’t know if this will help any, but my site is http://www.clovenlife.com/ maybe you can see for your self what I’m talking about

    What do you have in the <title> tags in your header.php?

    Thread Starter clovenlife

    (@clovenlife)

    I’ve currently made rss 1.0 the only available feed. because my problem is only with rss 2.0

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Archives <?php } ?> <?php wp_title(); ?></title>

    just to clarify, my problem is that the post title are blank. my main blog title is fine.. everything else is fine except the post title.
    They are in the DB fine. I even noticed that when I export my site, the xml file leaves out the title for each post there too..

    Thread Starter clovenlife

    (@clovenlife)

    I’m beginning to think this has something to do with firefox (my browser) because every other reader can see everything fine..

    Thread Starter clovenlife

    (@clovenlife)

    Ok, so i think I’ve discovered the problem.
    This is put in my header by wordpress through the hook in the header.
    <link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”http://www.clovenlife.com/xmlrpc.php?rsd&#8221; />
    problem being that it puts a bunch of whitespace before it. Which apparently is a problem for firefox. Now what? lol

    I have the same problem, but I didn’t notice it until now! Everything is fine, except of the title-tags, they are empty since I use 2.1 in my RSS-Feed!

    I have this problem in Thunderbird, too. I don’t get it why this should be related to the whitespaces before the EditURI?

    I think I’ve got it, here is what I’ve done:
    1. diabled FeedStats Plugin
    2. called feed url (domain.com/feed/) and pressed ctrl+F5 to reload the page without caching.
    This got the feed working in firefox.

    In Thunderbird I deleted the feed, and restarted Thunderbird. Then I added the Feed again and it worked.

    I hope this helps…

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘RSS problems with article titles’ is closed to new replies.