• Resolved lewissn

    (@lewissn)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lewissn

    (@lewissn)

    Thinking about it, i don’t recognise the file location ‘/home/content/30/11063430/html/wp-content/themes/iribbon/functions.php’. Could someone tell me how i’d get to that first?

    Thanks

    Thread Starter lewissn

    (@lewissn)

    It’s fixed, i didn’t realise after hosting with go daddy, all my files moved from my computer to their database. I was editing the wrong file lol.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Parse error: syntax error, unexpected T_STRING in’ is closed to new replies.