I am having the same problem on my website, I believe that it is a php error. how do i fix it? How do I stop sendng the php ‘header’ command a second time?
this is my error:
Warning: Cannot modify header information – headers already sent by (output started at /home/****/public_html/***/wp-content/themes/gentle-calm-10/photoalbum-resources.php:227) in /home/****/public_html/***/wp-includes/feed-rss2.php on line 8
this is my line 8:
header(‘Content-Type: text/xml; charset=’ . get_option(‘blog_charset’), true);