• remove below line
    <title><?php wp_title(‘|’, true, ‘right’); ?></title>

    and replace following line

    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>

    with below

    <?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
    <?php endif; ?>

Viewing 1 replies (of 1 total)
  • Theme Author hxh90

    (@hxh90)

    Fixed on the latest version using WordPress title tag support.
    Let SEO plugin do the title modification

Viewing 1 replies (of 1 total)
  • The topic ‘Title Tag not working -modification’ is closed to new replies.