• Hey guys, so I got this theme “Slidette” and when I input it I am getting this error:

    Parse error: syntax error, unexpected ‘{‘ in /wp-content/themes/slidette/functions.php on line 145

    Line 145 is this:
    <input type="radio" name="Slidette_Theme" value="xBlack" <?php echo $xThemeC; ?> />Black

    As you can see, there is no ‘{‘ mark! I have no idea why it is doing this?

    The full functions.php code is below.

    [EDIT: Code block removed. For larger blocks of code, use the WordPress pastebin and post the pastebin url here.]

Viewing 1 replies (of 1 total)
  • You need to paste several lines above and below the error. ‘on line 145’ can mean ‘on line 144’ and often does. Use the pastebin if you paste more than a few lines.

Viewing 1 replies (of 1 total)
  • The topic ‘Parse error: syntax error, unexpected ‘{‘’ is closed to new replies.