Title: title problems
Last modified: August 19, 2016

---

# title problems

 *  [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * (@leifiuz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/)
 * Im using the Quest theme and all my titles gets very bad.
 * Take a look at some post or pages here [http://www.personalkontakten.se](http://www.personalkontakten.se)
 * this is how the titles are now:
    RekryteringPersonalkontakten | Personalkontakten
 * Nut i want it to be like this:
    Rekrytering | Personalkontakten

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877347)
 * You need to edit your theme’s header.php template file – specifically the `<title
   ></title>` code block.
 *  Thread Starter [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * (@leifiuz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877349)
 * it looks like this in the header.php
 * <title><?php wp_title( ‘|’, true, ‘right’ ); ?> </title>
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877354)
 * That’s correct. Try deactivating the All in One SEO plugin and see if that helps.
 *  Thread Starter [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * (@leifiuz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877357)
 * that was the problem… All in One SEO… but why? it never happend before
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877361)
 * Because you may have changed the meta titles via the plugin.
 *  Thread Starter [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * (@leifiuz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877362)
 * problem number 2:
 * now it stand:
    Personalkontakten | Rekrytering, Personal, Personalrekrytering
   när den är som bäst
 * i wanna have:
    Rekrytering, Personal, Personalrekrytering när den är som bäst
   | Personalkontakten
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877367)
 * Where? On what page? Right now, the theme is displaying exactly what it should
   display – the post name followed by your site’s name.
 *  Thread Starter [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * (@leifiuz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877371)
 * at the start page.
 * i wanna have the sitenamn at the end of the title. This rpoblem i just on the
   startpage.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877379)
 * > i wanna have the sitenamn at the end of the title
 * It **is** at the end of the title.
 *  Thread Starter [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * (@leifiuz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877381)
 * in the posts and pages. But not at the startpage.
 * it looks like this at the startpage:
 * <title>Personalkontakten | Rekrytering, Personal, Personalrekrytering när den
   är som bäst </title>
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877387)
 * Try
 *     ```
       <title><?php if( is_home() || is_front_page() ) {wp_title('|',true,'right');  bloginfo('name');
       else <?php wp_title( '|', true, 'right' ); ?></title>
       ```
   
 *  Thread Starter [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * (@leifiuz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877388)
 * I managed to fix it with SEO-ultimate plugin

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

The topic ‘title problems’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [leifiuz](https://wordpress.org/support/users/leifiuz/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/title-problems-2/#post-1877388)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
