To remove the word “Blog Archive” from your title do this:
- Go to Appearance in the Menu
- Click on Editor
- On the right side you, select Header from the list of theme files
- Look for this line:
<title><?php bloginfo(‘name’); <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } <?php wp_title(); ?></title>
- And replace it with this line:
<title><?php bloginfo('name'); <?php wp_title(); ?></title>
- Click Update File to save it