Help! Syntax Error
-
Hi, Raam, thank you for the awesome theme.
I got this error code:
Parse error: syntax error, unexpected ‘<‘ in /home/content/p3pnexwpnas03_data01/78/2401878/html/wp-content/themes/independent-publisher-child-theme-master/functions.php on line 45,and cannot access to my admin panel now!!
I was trying to add this on function.php:
——-
<?php
add_filter(‘tc_credits_display’, ‘my_custom_credits’);
function my_custom_credits(){
echo ‘<div class=”span4 credits”>
<p> · @copy; ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · {change here} · </p></div>’;
}
// Add any future custom php functions after this line and make sure the last line of the file remains untouched!?>
——-
After editing with the code above, I have got no longer access to my website. Could you please help me out?!
My site is autumngkim.com
Thank you in advance!
The topic ‘Help! Syntax Error’ is closed to new replies.
