Hej Waldemar,
It still gives problems. Error message:
Warning: Cannot modify header information - headers already sent in /wp-includes/feed-rss2.php on line 8
But when I remove (outcomment) line 8 in the feed-rss2.php:
header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
It works perfect.
I use the standard rss2 feed php files included in WP-include.
Feed with error (this installation is set to not throw errors, but the layout says it all):
https://selgolb.cphadsdemo.dk/feed/
Working feed (outcommented line 8):
https://www.fashionvictim.dk/?feed=rss2
I will just modify my code in the rss files where the plugin is needed, but thought you might want a detailed description about a possible error on some installations.
(maybe if/isset/else header statement can cure this problem?)
Cheers ??