Header Problem?
-
I keep getting the following error when I make changes on my WordPress site (e.g., when I activite a plug-in or make a post):
“Warning: Cannot modify header information – headers already sent by (output started at /home/.meredith/dhughey/oneyearonearth.com/wp-content/themes/connections-reloaded/functions.php:6) in /home/.meredith/dhughey/oneyearonearth.com/wp-includes/pluggable.php on line 275”
My themes “functions.php” file simply has the following:
“<?php
if ( function_exists(‘register_sidebars’) )
register_sidebars(1);
?>”I haven’t made any changes to my wp-includes/pluggable.php file.
Any thoughts on how to fix the problem?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Header Problem?’ is closed to new replies.