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!