Title: Changing header/html Title
Last modified: August 19, 2016

---

# Changing header/html Title

 *  [pjay714](https://wordpress.org/support/users/pjay714/)
 * (@pjay714)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-headerhtml-title/)
 * I’m not really sure the right term for this if it is the header title or html
   title. I am talking about the title of the page you can see right besides the
   logo of firefox. I am wondering how to change this so that it will not include
   the domain name.
 * Currently some of my pages are showing like Title|domain name. I just want it
   to only have the title. Can anyone help me on how to do this? Is there a particular
   plugin that I should use?
 * Thanks,
    PJ

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

 *  [FishDogFish](https://wordpress.org/support/users/fishdogfish/)
 * (@fishdogfish)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-headerhtml-title/#post-1639917)
 * It’s the Title tag.
 * In WordPress you can go to “Settings”/”PermaLinks”/ and select the radio button
   that says “Custom Structure” then add this code there /%postname%/
 * That way you’ll have your post names in your URLs(good for SEO), and in the Title
   section of your browser.
 *  Thread Starter [pjay714](https://wordpress.org/support/users/pjay714/)
 * (@pjay714)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-headerhtml-title/#post-1639925)
 * Thanks FishDogFish. It is actually set it to that way. My only concern is how
   to get rid of the domain being added in the title tag.
 * It is showing (title tag|domain name). I just want the title tag to appear and
   without the domain name.
 * Thanks.
 *  [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-headerhtml-title/#post-1639936)
 * pjay714,
 * Most likely this code is located in your header.php file. Look for the title 
   tag:
 * `<title></title>`
 * And remove the reference to your website. Occasionally the code can be customized
   for the theme so if you would like to display this code here we can help a little
   more.
 *  Thread Starter [pjay714](https://wordpress.org/support/users/pjay714/)
 * (@pjay714)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/changing-headerhtml-title/#post-1640057)
 * Hi doc4,
 * here it is.
 * <!–The Title–>
    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo‘::‘;}?
   ><?php bloginfo(‘name’); ?></title>

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

The topic ‘Changing header/html Title’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [pjay714](https://wordpress.org/support/users/pjay714/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/changing-headerhtml-title/#post-1640057)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
