• Duplicates title Other things seem ok
    Disabled this plugin Title back to normal.
    Seems like a lot of good features. Just can not have that Issue on a site if I want it to look good. I have not seen this problem posted else where as of yet so I will reinstall it on another noncritical site and see if I can try to narrow down the cause.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the very same problem here. The structure I set on Titles section for posts is

    %%title%% | %%sitename%%

    All was working fine but recently I started to get duplicate title for posts, which result in the following

    Post Title | SiteNameSiteName

    Any help anyone?

    Just contacted Joost about the problem and he directed me to FAQ section here on the plugin page. Updating the title element as shown below fixes the problem.

    <title><?php wp_title(''); ?></title>

    Hi ucarmetin,

    I think i have the same issue you have as well.

    I’m also using the title | sitename structure as well for my blog but it looks like this

    Mognet – Anime distro and private blog | Mognet
    mognet.no-ip.info/ – Cached
    Anyways i learned about this story as i wanted to set up a StartSSL free certificate for Mognet, when i came across this article here saying why some of …

    So i take it i need to modify the header.php with

    <title><?php wp_title(''); ?></title>

    is it ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title Duplication’ is closed to new replies.