Parse error: syntax error, unexpected T_STRING in
-
Okay, so i have no idea why i keep getting this message. I tried changing my background manually, then this message came up so i restored the coding to the exact on that was used before but still the same message.
Parse error: syntax error, unexpected T_STRING in /home/content/30/11063430/html/wp-content/themes/iribbon/functions.php on line 86.
Here’s the coding
add_theme_support( ‘post-thumbnails’ );
add_theme_support(‘automatic-feed-links’);
add_editor_style();if ( function_exists(‘get_custom_header’)) {
$default_bg = array( ‘default-image’ => get_template_directory_uri().’/images/backgrounds/texture-background.jpg’ );
add_theme_support( ‘custom-background’, $default_bg );
}
else {
add_custom_background(); //For WP 3.3 and below.
}Any help would be much appreciated.
Lewis
The topic ‘Parse error: syntax error, unexpected T_STRING in’ is closed to new replies.