ERROR: rss2 is no valid feedtemplate
-
Hi, when I access domain.xx/feed/ I always get this error:
ERROR: rss2 is no valid feedtemplate
I’ve done some changes to default-filters.php:
# add_action(‘wp_head’, ‘rsd_link’);
# add_action(‘wp_head’, ‘wlwmanifest_link’);
# add_action(‘wp_head’, ‘wp_generator’);
# add_action(‘do_feed_rdf’, ‘do_feed_rdf’, 10, 1);
# add_action(‘do_feed_rss’, ‘do_feed_rss’, 10, 1);
# add_action(‘do_feed_rss2’, ‘do_feed_rss2’, 10, 1);
# add_action(‘do_feed_atom’, ‘do_feed_atom’, 10, 1);
# add_action(‘do_pings’, ‘do_all_pings’, 10, 1);I do not want this stuff in my header…
Is this the reason for this problem?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘ERROR: rss2 is no valid feedtemplate’ is closed to new replies.