Title: Title Bar Help
Last modified: August 18, 2016

---

# Title Bar Help

 *  Resolved [bell8888](https://wordpress.org/support/users/bell8888/)
 * (@bell8888)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/title-bar-help/)
 * I need to change the front page from saying the full URL to just what I have 
   in my blog title and header, Music=Response. Even looking at the source code,
   the title clearly comes up the URL instead of anything else I’ve tried. All the
   other pages and links display the in the title bar correctly. Any ideas?
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Len](https://wordpress.org/support/users/lenk/)
 * (@lenk)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/title-bar-help/#post-662620)
 * In the **HEAD** section of your document look between the `<title></title>` tags.
   Whatever is in there will appear in your browser’s title bar. You probably want
   something like,
 * `<?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive
   <?php } ?> <?php wp_title(); ?>`
 *  Thread Starter [bell8888](https://wordpress.org/support/users/bell8888/)
 * (@bell8888)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/title-bar-help/#post-662666)
 * This is what is there now and it seems I can’t alter it or it will change the
   appearance of the header itself (not the title bar):
 * <title><?php bloginfo(‘name’); ?> <?php if ( is_404() ) : _e(‘ » ‘, ‘sandbox’);
   _e(‘Not Found’, ‘sandbox’); elseif ( is_home() ) : _e(‘ » ‘, ‘sandbox’); bloginfo(‘
   description’); else : wp_title(); endif; ?></title>
 * Thanks for your help.
 *  Thread Starter [bell8888](https://wordpress.org/support/users/bell8888/)
 * (@bell8888)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/title-bar-help/#post-662735)
 * Found out the cause, the SEO plugin I had going was overriding all the other 
   code and it was the culprit that was causing the title bar to display incorrectly.
 *  [jphang](https://wordpress.org/support/users/jphang/)
 * (@jphang)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/title-bar-help/#post-662819)
 * Hi bell8888,
 * I think I am having the same problem. The title bar is not displaying correctly
   after I installed the SEO plugin. Is there any way to resolve it without deactivating
   this plugin?
 * Looking forward to your advice.
 * Sincerely,
    Jackson
 *  Thread Starter [bell8888](https://wordpress.org/support/users/bell8888/)
 * (@bell8888)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/title-bar-help/#post-662821)
 * Hey jphang,
 * The only thing element of the SEO plugin that I had to change was the first form
   field for the home title of the website. It defaulted to the [http://themusicresponse.com](http://themusicresponse.com)
   format as opposed to what I wanted it to display which was Music=Response. None
   of the other formatting was wrong, but if you need more help let me know.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Title Bar Help’ is closed to new replies.

## Tags

 * [title bar](https://wordpress.org/support/topic-tag/title-bar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [bell8888](https://wordpress.org/support/users/bell8888/)
 * Last activity: [18 years, 4 months ago](https://wordpress.org/support/topic/title-bar-help/#post-662821)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
