Title: Parse error in theme options.php
Last modified: August 20, 2016

---

# Parse error in theme options.php

 *  [rpn23](https://wordpress.org/support/users/rpn23/)
 * (@rpn23)
 * [14 years ago](https://wordpress.org/support/topic/parse-error-in-theme-optionsphp/)
 * Hello,
 * I was trying to change the default font color to my wordpress theme, and copy
   and pasted a line of code at the end of this section then deleted it:
 *  array( “name” => “Custom CSS Code”,
    “desc” => “In case you want to modify the
   CSS of the theme, you can write your code here.”, “id” => $shortname.”_custom_css”,“
   type” => “textarea”, “std” => “” ),`
 * Now I’m receiving this error:
    Parse error: syntax error, unexpected ‘{‘, expecting‘)’
   in /home/content/28/7648828/html/wp-content/themes/celtabusiness/lib/theme-options.
   php on line 37
 * Line 37 is currently blank. Please help!!

Viewing 1 replies (of 1 total)

 *  [peter achutha](https://wordpress.org/support/users/peter-achutha/)
 * (@peter-achutha)
 * [14 years ago](https://wordpress.org/support/topic/parse-error-in-theme-optionsphp/#post-2778243)
 * I don’t know the rest of your code but if that is the end of the statement there
   should be a ; instead of , after the close brackets (unless you have an array
   within an array then it should be a comma ,)?
 * also your last line of code is “std” => “” ),`what is the tidle` doing as the
   last character in the last line? I don’t think php uses `

Viewing 1 replies (of 1 total)

The topic ‘Parse error in theme options.php’ is closed to new replies.

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)
 * [parse-error](https://wordpress.org/support/topic-tag/parse-error/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [peter achutha](https://wordpress.org/support/users/peter-achutha/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/parse-error-in-theme-optionsphp/#post-2778243)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
