Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter uninvited_guest

    (@uninvited_guest)

    Hey esmi, i think i managed to sort it out, BUT it is still not updated by google, so im not sure.

    In header.php, the <title> used to be like:

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    Now I have it like that:

    <title><?php wp_title(); ?> <?php bloginfo(‘name’); ?></title>

    Will that do the trick ?

    Thanks a lot.

Viewing 1 replies (of 1 total)