Title: Probably a bug in header.php
Last modified: August 20, 2016

---

# Probably a bug in header.php

 *  [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/)
 * I use Twenty-Twelve 1.1.1 with wp 3.5
    I’ve only with Twenty-Twelve (with version
   1.0, 1.1, 1.1.1) the same problem on 2 blogs [http://www.cloud-tech.eu/](http://www.cloud-tech.eu/)
   [http://www.pivari.com/](http://www.pivari.com/) See e.g. the page [http://www.cloud-tech.eu/about/](http://www.cloud-tech.eu/about/)
   You can see that title is <title>AboutCloud Tech | Cloud Tech</title>
 * | Cloud Tech is of All in one seo plugin
 * and I think
 * AboutCloud Tech i of the theme
 * With other wp themes (ten and eleven) I have simple About
 * What’s the problem?
 * Fabrizio

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283355)
 * Try switching themes to Twenty Eleven to see whether the problem persists.
 *  [martinjharvey](https://wordpress.org/support/users/martinjohnharvey/)
 * (@martinjohnharvey)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283358)
 * You could also try disabling the All In One SEO plugin also.
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283367)
 * > You could also try disabling the All In One SEO plugin also.
    Made. This is
   not the problem.
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283368)
 * > Try switching themes to Twenty Eleven to see whether the problem persists.
 * With Twenty Eleven I have About | Cloud Tech
    not AboutCloud Tech !
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283370)
 * I’ve seen that the title code in twenty twelve is very different (only 1 line)
   from twenty eleven and twenty ten.
    I’m not a devoloper and I don’t know very
   well php.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283371)
 * this is all the code related to the meta title in Twenty Twelve:
 *     ```
       <title><?php wp_title( '|', true, 'right' ); ?></title>
       ```
   
 * just for testing, try to replace it with:
 *     ```
       <title><?php wp_title(); ?></title>
       ```
   
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283378)
 * I made. Strange. Now the title is
    <title> » AboutCloud Tech</title>
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283379)
 * » ???
 *  Thread Starter [Fabrizio Pivari](https://wordpress.org/support/users/pivari/)
 * (@pivari)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283386)
 * > You could also try disabling the All In One SEO plugin also.
    I’ve remade this
   and now it seems to work! Probably in my previous test I was a problem with cache.
 *  [martinjharvey](https://wordpress.org/support/users/martinjohnharvey/)
 * (@martinjohnharvey)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283387)
 * Try reading the codex entry for `wp_title();`
    [Function Reference/wp title](http://codex.wordpress.org/Function_Reference/wp_title)
 * Maybe something here will format the title as you require. One point to make 
   though, is although I’m no SEO expert, I did think that the way that the title
   is being formatted with the page name before the website name was actually more
   SEO friendly?
 * I might be wrong, but if it’s not what you want then I suppose that doesn’t really
   matter 😉
 *  [voeslav](https://wordpress.org/support/users/voeslav/)
 * (@voeslav)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283425)
 * [Here’s the answer](http://wordpress.org/support/topic/all-in-one-seo-pack-conflicts-with-twenty-twelve#post-3241219)
   to your question.

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

The topic ‘Probably a bug in header.php’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwelve/4.8/screenshot.png)
 * Twenty Twelve
 * [Support Threads](https://wordpress.org/support/theme/twentytwelve/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwelve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwelve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwelve/reviews/)

 * 11 replies
 * 5 participants
 * Last reply from: [voeslav](https://wordpress.org/support/users/voeslav/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/probably-a-bug-in-headerphp/#post-3283425)
 * Status: not resolved