Parse Error: syntax error, unexpected 'the_content' (T_STRING)
-
Parse error: syntax error, unexpected ‘the_content’ (T_STRING) in /home2/ellogen/public_html/vancouver-seo-company.com/wp-content/themes/alyeska/functions.php on line 24
Here is the code from the above
19 /**
20 * Alyeska Setup
21 *
22 * @since 2.0.0
23 */
24 function alyeska_setup() {
25 // Custom background support
26 add_theme_support( ‘custom-background’ ); // Only supported with WP v3.4+
27}
28 add_action( ‘after_setup_theme’, ‘alyeska_setup’ );
29
30 /**
31 * Alyeska CSS Files
32 *
33 * @since 2.0.0
34 */
35 function alyeska_css() {I am not sure how to fix this. Any help is appreciated.
Thanks
The topic ‘Parse Error: syntax error, unexpected 'the_content' (T_STRING)’ is closed to new replies.