Hi, i have a huge problem!
I couldnt change my header logo, so i searched and it said to delete
a part of the code in Appearence-Editor-simplecatch functions…(the part I deleted is below), so, i deleted it, and i think i might had deleted another line, but i didnt realice.
now i try to open my site “retohippy.com” and it says
"Parse error: syntax error, unexpected '}' in /home3/verovene/public_html/wp-content/themes/simple-catch/functions/simplecatch_functions.php on line 211"
what can i do?? i can't even enter the site!
"if( empty ($options[ 'remove_header_logo' ] ) ) {
$simplecatch_headerdetails .= '<h1 id="site-logo"><a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'">';
// if not empty featured_logo_footer on theme options
if ( !empty( $options[ 'featured_logo_header' ] ) ) :
$simplecatch_headerdetails .= '<img src="'.esc_url( $options[ 'featured_logo_header' ] ).'" alt="'.get_bloginfo( 'name' ).'" />';
else:
// if empty featured_logo_footer on theme options, display default Header Logo
$simplecatch_headerdetails .='<img src="'. get_template_directory_uri().'/images/logo-head.png" alt="logo" />';
endif;