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?
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?
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).
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.
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.
Ah, thanks for the help everyone. Really appreciate it.
This topic has been closed to new replies.