WordPress Meta Title Separator
Check out the documentation for wp_title(), as there are several things you can do to format it how you want. Using the following code will remove the double arrows in the title: <title><?php bloginfo(‘name’); ?> <?php wp_title(“”,true); ?></title>