Forums

[resolved] Header issue (3 posts)

  1. nietdanNL
    Member
    Posted 1 year ago #

    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:

    http://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

  2. keesiemeijer
    moderator
    Posted 1 year ago #

    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 );

  3. nietdanNL
    Member
    Posted 1 year ago #

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

    Thanks again!

Topic Closed

This topic has been closed to new replies.

About this Topic