I've taken over management of a blog set up by someone else, and using WP Framework. I wanted to install the Headspace 2 plugin for more control over page titles and meta descriptions. I had to remove semantic_title from the <title> tag and change it back to wp_title to get it to work. However, the » that WP Framework uses in title tags remains at the beginning of my page titles, so they look like
>> Post title | Some other words
The code in the header looks like
<title><?php wp_title(); ?></title>
So I can't figure out where the » is coming from and how to get rid of it. Help?
not a support question