• In search queries, it showing title as “post title tag -blog name”. But instead of this, I want only “post title tag”. I have seo ultimate, and I changed defaults in that. I don’t its a problem with seo. I think mesocoloumn some defaults are showing like that. How to change them? Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    try open lib/functions/theme-functions.php edit line 49
    add_filter( ‘wp_title’, ‘dez_mp_theme_wp_title’, 10, 2 );
    to
    //add_filter( ‘wp_title’, ‘dez_mp_theme_wp_title’, 10, 2 );

    Thread Starter acsekhar

    (@acsekhar)

    I have changed it, but search results showing same.

    Please check this in google search:

    site:https://www.knowyourmindpower.com

    I don’t want to see “know your mind power” and “subconscious mind power” which comes after hyphen. Thank you.

    Theme Author Richie KS

    (@rkcorp)

    might need some time for the google index to update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘title in search queries’ is closed to new replies.