Just one of those niggly little annoying things that I did a quick look through the wordpress templates and couldn’t figure out where it was coming from, but I’m not a fan of the “»” (») character stuffed in between the blog name and the blog title.

It means attempt to digg or share links end up with the ugly beast rearing its head.

The solution

Find the header.php in the theme editor, locate the bit that looks like:

<?php wp_title(); ?>

and change it to:
<?php wp_title('-'); ?>

The explanation is that wp_title takes in a separator character and defaults to the dreaded “»” if none is supplied (so .

Thanks to this guy here for the info.

Trackback URI | Comments RSS

Leave a Reply