Hi there, I have two related questions. 1) My feed on my site is not correct, seemingly. It is:
http://www.crossandthrone.com/feed/rss2/
I never even noticed this until I wanted to set up Feedburner and do some podcasting. I'm getting some kind of php header error.
Per the codex I also tried
http://www.crossandthrone.com/wordpress/?feed=rss2
which does not work either.
Nobody has any comments on this? Anyone know where the RSS feed is generated in the code? It seems odd that hardcoding it doesn't work either..
Thanks, I had spaces in my index file. Appreciate it.
Tom
For future reference:
<?php bloginfo('rss2_url'); ?>
http://codex.wordpress.org/Template_Tags/bloginfo
;)