• At /wp-login.php, we receive the error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/username/public_html/wp-content/themes/genesis-sample/mhm-functions.php:281) in /home/username/public_html/wp-login.php on line 394

    Here is mhm-functions.php from line 280:

    function mhm_footerheader_position() {
    	echo '<div id="footer-header"><div class="wrap">';
    	genesis_widget_area ('footer-header');
    	echo '</div></div>';
    }
    add_action ('widgets_init','mhm_footerheader_position');

    Help appreciated.

    Steve

    • This topic was modified 7 years, 2 months ago by SRD75.
Viewing 1 replies (of 1 total)
  • Hello,
    As far as I see you are using a paid theme genesis. Please contact the support forum of the theme. I am sure they will be able to help you with this.

    Regards,
    Sarmistha

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Cannot modify header information – headers already sent’ is closed to new replies.