Doubled title at i-craft theme
-
Hello,
The theme is cool, but I can’t solve one problem – doubled title at main page. It’s look like ‘Site Name – DescriptionSite Name – Description’. No SEO plug-ins are installed.
I tried to delete from header.php
<?php
if ( ! function_exists( ‘_wp_render_title_tag’ ) ) :
function icraft_render_title() {
?>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<?php
}
add_action( ‘wp_head’, ‘icraft_render_title’ );
endif;
?>But the title is still doubled.
Could you help me with the problem.
Thanks.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Doubled title at i-craft theme’ is closed to new replies.