Page Title wordpress seo
July 15th, 2006
Now, this will involve some editing to your template files, which is normally called “header.php”. Find this:
- <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
and replace with:
- <title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { echo '–'; } ?><?php bloginfo('name'); ?></title>
