First, make sure that your theme uses wp_title(). So go to your theme’s header.php and check so that it has the following set:
<title><?php wp_title(''); ?></title>
You’ll need the ” there as well to remove some default arrows that WP adds.
Next, add this to your functions.php: