Forums
(@chreestopher)
15 years, 10 months ago
I was having the same issue when I switched to a new theme. I just Modified the title tag in the header :
was: <title><?php friendlytitles(); ?></title>
<title><?php friendlytitles(); ?></title>
to:
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
and all is working again.