this is my site at the top of the browser window, I have ">>Rockville Doggie. Your dog walker for...." How can I get rid of that ">>" that shows up? Because in my header.php template of my Wordpress theme, I have; <title><?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> PHP: I'm thinking it's somewhere in the title tag that I should look in. I messed around with it but can't figure it out. Thoughts?
Removing » should do it. This is probably in the control panel for the site or where ever you defined the title "Rockville Doggie".
Raquo isn't the problem because that is just to add a space b/w characters. Besides, I don't have raquo on another blog that is causing the same issue.
The » is there, in your title tag, you can see if if you view source. <title> » Rockville Doggie- Your Dog Walker for Bethesda, Rockville, and Wheaton, Maryland.</title> HTML: Wordpress has a page about wp_title() and mentions this: