EDIT* Well, not knowing for sure which theme you’re using or not having a link to the blog, I’m just throwing that link below as a “guess”. But can we get a link to your blog though? =)
I hope what I mentioned at this thread helps. =)
http://ww.wp.xz.cn/support/topic/67794?replies=3#post-358408
spencerp
thanks for the link… my blog is under development and i don’t want to get any visitors yet, which is why i didnt post the url here
webtodd — I am looking for that answer as well. The link posted did not help me. Have you been able to remove it from the titles?
Look in your header.php
After the <title> tag look for » and remove it.
Thanks samboll — except here is what my title tag looks like:
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
So I am confused…
OK – which theme are you using?
My own modified version of the Kubrick default.
http://www.internetpoison.com
Unfortunately, WP inserts that » thing through a core file:
wp-includes/template-functions-general.php – line 139
Thanks moshu! That was exactly what I was looking for. I just changed line 139 so that the character WP inserts in the title is ‘_’ instead of the ‘»’