• AnandkumarN

    (@anandkumarn)


    Hi,

    Only Site Title is shown as Page Title for all blog posts and Forum Page Title starts with “Totic:”.
    Please advice how to show “Blog Title | Page Title” as blog page title and “Forum Topic | Page Title” as forum page title.

    We are using MesoColumn Version 1.5.6 in WordPress 3.6 at https://mymedical.in/pharmacy/

    Thank you in advance.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter AnandkumarN

    (@anandkumarn)

    More information, header.php has the below code for title.

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

    We tried replacing that with below but does not work.
    <title><?php if(is_home()) { echo bloginfo(“name”); echo ” | “; echo bloginfo(“description”); } else { echo wp_title(” | “, false, right); echo bloginfo(“name”); } ?></title>

    Theme Author Richie KS

    (@rkcorp)

    the theme use wp_title filter from twentytwelve, try add this to functions.php or lib/functions/custom-functions.php remove it.

    remove_filter( 'wp_title', 'dez_mp_theme_wp_title' );

    Thread Starter AnandkumarN

    (@anandkumarn)

    Dear Richie,
    Thank you for the prompt reply.

    After placing remove_filter( ‘wp_title’, ‘dez_mp_theme_wp_title’ ); at functions.php, plain URL is displayed as the page title for blog post. “Topic: ” and “Topic Tag: ” is still appearing at the page title for forum posts.

    Can you please advice on what I should try.

    Thank you

    Theme Author Richie KS

    (@rkcorp)

    that’s a common title for bbpress forums pages. check bbpress support forum for the solution, i think i saw similiar question before about filtering the title inside bbpress pages.

    Thread Starter AnandkumarN

    (@anandkumarn)

    Thank you Richie,

    After placing remove_filter( ‘wp_title’, ‘dez_mp_theme_wp_title’ ); at functions.php, plain URL is displayed as the page title for blog post instead of the Blog title.

    Please see the below link for example
    https://mymedical.in/pharmacy/chemist-shop/

    Theme Author Richie KS

    (@rkcorp)

    did you resave your general setting-> blog name and descriptions?

    Thread Starter AnandkumarN

    (@anandkumarn)

    yes, re-saved the settings and then cleared the cache but still shows only the URL as title.

    Theme Author Richie KS

    (@rkcorp)

    open header.php and see what’s in the place of
    <title></title>

    Hi Richie KS,

    I am using MesoColumn. My wordpress site title is “Free Download” and tagline is “Easy Download Free Full Software and Games”. On search engine, the title display for a post as “Post Title | Free Download – PC Favour”
    There is the addition of “- PC Favour”. How can I remove it? please help.

    Theme Author Richie KS

    (@rkcorp)

    @faheemsdq1
    are you using any seo plugin that might cause this?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Blog Title is not shown in Page Title’ is closed to new replies.