I am getting an error message from feedburner when I'm trying to set it up. The feedburner error message says:
Quote:
|
The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 10: The element type "link" must be terminated by the matching end-tag "</link>".
|
So I think there is something wrong in the code that is making the RSS not work. But I don't know what it could be. I looked in the header because I don't know where else to look and everything about the feed links seems fine to my untrained eye. Not sure what to do next. Here's the feed stuff from the header:
Quote:
<link rel="Shortcut Icon" href="<?php echo get_settings('home'); ?>/wp-content/themes/revolution_business-30/images/favicon.ico" type="image/x-icon" />
<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'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
|
Help?
Thanks,
Sue