Fuschia
Member
Posted 7 years ago #
I've searched and found nothing so here goes.
I'm customizing the template and have run into a snag. I keep getting an error message that says:
Parse error: parse error, unexpected '>'
(view whole message at http://www.valcha.net/becky)
Line 8
<?php the_date('’,'<h2>’,'</h2>’);?>
Make sure all your single quotes are really single quotes (straight ones), not curly ones. Go through that line, delete all the quote marks and replace them with new single quotes.
Also, make sure you're using a good editor for things like this:
http://codex.wordpress.org/Editing_files
EDIT: By the way, I don't actually see that error on your site, but it looks like you're tinkering at the moment.