• Resolved laurenttt

    (@laurenttt)


    Hi,

    I have a problem that I have absolutely no clue how to resolve…
    I tried to find the answer in the help pages, on google and on this forum, but I found nothing…

    My problem is that my blog do have a RSS feed which is working all right (/feed), but it is not detected by browsers. How can I solve this issue? Where should I be looking for?

    Thanks a lot!!
    Laurent

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have a link to the blog in question?

    If you [temporarily] change to the Default theme, do browsers then detect the feed?

    Thread Starter laurenttt

    (@laurenttt)

    I continue to look for an answer and I found out!

    Those lines were missing in the file header.php :

    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />

    Thanks for your answer!!

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

The topic ‘RSS feed not detected by browsers’ is closed to new replies.