• Ok, well I have a little trouble with Atom and RSS feed. I made http://www.kyusaku.com and the links for RSS and Atom give me a blank page, but if I go to main feed directory, I see a RSS2.0 feed. How can I fix this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • They’re working fine for me here. Try a hard refresh (hold Shift key down and click Refresh/Reload) on the rss feed (or clear your browser’s disk cache and reload).

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    They work for me as well. I also suggest changing what you have linked for “RSS” to: http://www.kyusaku.com/feed/

    /feed/ displays an RSS v2 feed and /feed/rss/ display an outdated RSS v0.98 feed.

    Thread Starter kyusaku

    (@kyusaku)

    Thanks for the help, didn’t realize.

    macmanx:

    How would I do that? Is there a way to change the internal address? because right now that RSS link is based on
    <?php bloginfo(‘rss_url’); ?>
    Not a manually made link.

    Change it to:

    <?php bloginfo('rss2_url'); ?>

    This calls up the url for the RSS2 feed.

    Thread Starter kyusaku

    (@kyusaku)

    Ah, thanks for the help everyone. Really appreciate it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘RSS feed works but not at address’ is closed to new replies.