Parse error: syntax error, unexpected 'else' (T_ELSE) in
-
Hi, I wanted to customize the header of my blog and I did something wrong. Know I can′t even open the web and this message is shown:
“Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /homepages/4/d471838597/htdocs/wp-content/themes/mixfolio/inc/custom-header.php on line 50”What I did wrong is introduce in the original custom-header.php with this (replacing the original):
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
$defaults = array( 'default-image' => '', 'random-default' => false, manualmente 'width' => 0, 'height' => 0, 'flex-width' => false, 'flex-height' => false, 'default-text-color' => '', 'header-text' => true, 'uploads' => true, 'wp-head-callback' => '', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-header' , $defaults );
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Parse error: syntax error, unexpected 'else' (T_ELSE) in’ is closed to new replies.