How to remove "Blog Archive" from your WordPress post title
Tuesday, October 16th, 2007 at 10:12 am
Comments (32)
The Title section in Header.php contains the codes which displays your WordPress title. This is important because search engine listings will display your post title followed by a description of your post. I began to notice that all of my listings had the words Blog Archive in them which was unneccesary and caused part of the titles displayed to be cut off.

To remove the words Blog Archive, do this:
- Log into your self hosted WordPress blog and click Presentation
- Click on Theme Editor
- On the right handside of your browser window, select Header from the list of theme files
- Look for this line of code just a few lines from the top.<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
- Remove this section => <?php if ( is_single() ) { ?> » Blog Archive <?php } ?>
The remaining portion should look like this:
<title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
Incoming Keywords:
- wordpress remove archive
- remove archive wordpress
- wordpress remove blog archive
- wordpress remove archives
- how to remove archive from wordpress
- remove archive from wordpress
- wordpress disable archives
- wordpress blog archive title
- wordpress disable archive
- remove blog archive
