• Resolved nietdannl

    (@nietdannl)


    Hello all,

    I’m using Twenty Ten in combination with the All in one SEO plugin. I’m using the follow settings in this plugin:

    https://continious.net/wp-content/uploads/2010/06/allinoneseosettings.jpg

    As you can see in this post here it displays the site title on the sitename twice and it does the exact same with pages. This doesn’t look good and I want to have the first one gone and only keep the one after the “|”.

    Could anyone give me a hand on fixing this?

    Kind regards,
    Martijn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    In 2010 theme template file functions.php change this:
    add_filter( 'wp_title', 'twentyten_filter_wp_title', 10, 2 );
    to this
    // add_filter( 'wp_title', 'twentyten_filter_wp_title', 10, 2 );

    Thread Starter nietdannl

    (@nietdannl)

    Thank you! This worked out perfectly. I was already looking in header.php, but I didn’t thought about functions.php.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header issue’ is closed to new replies.