#14693 closed defect (bug) (invalid)
invalid rss feed, feed URL produces 404 error
Reported by: | eljayesse | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Feeds | Keywords: | rss feed, feed url |
Focuses: | Cc: |
Description
Dear wordpress trac team,
the url http://vow.grainofgold.com/feed/ produces a 404 error.
I haven't changed any of the codes regarding it in theme Oulipo...
...where shall I look further? Thanks for your assistance!
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom" href="<?php bloginfo('atom_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<?php bloginfo('url'); ?>/xmlrpc.php?rsd" />
Change History (2)
Note: See
TracTickets for help on using
tickets.
http://vow.grainofgold.com/feed/ now returns a valid RSS feed. Closing this report as invalid.