Forums
(@matt-mcwilliams)
10 years, 5 months ago
Meant to indicate I am running 3.8.3
10 years, 8 months ago
Yes. I think the difference is in the before and after the apostrophes.
Solution:
in header.php
Replace this:
<title><?php wp_title( ” ); ?></title>
With
<title><?php wp_title(”); ?></title>
Hey Pete,
If you’ve figured this out, could you let me know? I’m struggling with the same problem.
Hey Dave,