• 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

    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)
  • You need to edit your theme’s header.php template file – specifically the <title></title> code block.

    Thread Starter leifiuz

    (@leifiuz)

    it looks like this in the header.php

    <title><?php wp_title( ‘|’, true, ‘right’ ); ?> </title>

    That’s correct. Try deactivating the All in One SEO plugin and see if that helps.

    Thread Starter leifiuz

    (@leifiuz)

    that was the problem… All in One SEO… but why? it never happend before

    Because you may have changed the meta titles via the plugin.

    Thread Starter leifiuz

    (@leifiuz)

    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

    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

    (@leifiuz)

    at the start page.

    i wanna have the sitenamn at the end of the title. This rpoblem i just on the startpage.

    i wanna have the sitenamn at the end of the title

    It is at the end of the title.

    Thread Starter leifiuz

    (@leifiuz)

    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>

    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

    (@leifiuz)

    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.