Site Won't Work
-
Hi,
I have genesis theme and I was trying to remove the word “private” from a private post. I went on the studiopress forum and someone gave me this code to try in my functions php folder:
<?php
function remove_private_prefix($title) {
$title = str_replace( ‘Private:’, ”, $title);
return $title;
}
add_filter(‘the_title’,’remove_private_prefix’);I tried this code and it didn’t work. I deleted it and tried to put my code back to the way it was but instead got this message when I updated it:
Parse error: syntax error, unexpected ‘<‘ in /home/content/29/11519829/html/wp-content/themes/metric/functions.php on line 58
Now I can’t even log into my wp-admin panel or my site and all I get when I try to do either is that same message!!
Can anyone help me get my site back?? Thanks!
- The topic ‘Site Won't Work’ is closed to new replies.