Parse error: syntax error, unexpected '
-
So I was trying to add some custom sidebars to some pages on my site, following one of the WP tutorials and I entered the following on the functions.php page
<?php if ( function_exists (‘register_sidebar’)) {
register_sidebar (‘custom’);
} ?>and I got this error
Parse error: syntax error, unexpected ‘<‘ in /home/cityfuts/public_html/wp-content/themes/bueno/functions.php on line 26
the whole page looks like this
[Code moderated as per the Forum Rules. Please use the pastebin]
What do I do, I am freaking out!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Parse error: syntax error, unexpected '’ is closed to new replies.