Somehow title rewrite on tags is not working!! rewriting on all other titles works, i have also tried changing the header.php title to
<title><?php wp_title(''); ?></title>
and i have also tried changing the code on line(892) from
$title = str_replace('%tag%', $tag, $title);
to
$title = str_replace('%tag%', $this->internationalize(single_cat_title('', false)), $title);
but nothing works
somehow title rewrites to archive year,month e.g 2011 July
I don,t know php so if somebdy can help me tweak the code, i'd really appreciate or else i am thinking to switch to Yoast SEO