Title Tag not working -modification
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Title Tag not working -modification’ is closed to new replies.