Parse error: syntax error … can't log back into site
-
I’m new to wordpress and I was setting up my blog and wanted to add post formats to my theme. I was in the functions.php edit window under my theme edit area.
I added Theme Support and that worked fine with this code..
add_theme_support( ‘post-formats’, array( ‘aside’, ‘gallery’ ) );
That worked fine. Then I clearly messed up and forgot to add something because I then saw the Using Formats and tried to add the code that hides titles…
.format-status .post-title {
display:none;
}After this my website froze and locked me out and now I just get the message..
Parse error: syntax error, unexpected ‘.’, expecting ‘)’ in /home/content/33/8823233/html/wp-content/themes/candid/functions.php on line 33
Please help!
- The topic ‘Parse error: syntax error … can't log back into site’ is closed to new replies.