Viewing 2 replies - 1 through 2 (of 2 total)
  • Fortunately, you do have a real feed in there somewhere. ?? Have a look at https://www.naturalfamilyonline.com/go/index.php/?feed=rss2

    So… the question is, why are you getting comments feed. It appears that https://www.naturalfamilyonline.com/go/index.php/feed/ is going the wrong place…

    But first, I’d be curious to see what’s in your theme’s header.php related to feeds. For instance, mine has these lines for “link alternate”:
    <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'); ?>" />

    What do you have in your theme that might be similar?

    Thread Starter Erum

    (@erum)

    Hi,

    Thanks!!! For now I have just chaged it to: https://www.naturalfamilyonline.com/go/index.php/?feed=rss2

    I have

    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />

    for the RSS2 option.

    The weird thing is that the RSS feed works fine in offline mode.

    Regards,
    Erum

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS Feed not giving articles’ is closed to new replies.