Duplicate page titles
-
Hi,
There’s a bug where the page titles are duplicated in the meta tag. I checked the header.php, it’s all good there, only a single wp_title() function exists. Turns out there’s something going wrong when Maskitto Light tries to filter the wp_title().
If anyone’s experiencing the same problem, just comment out this part in inc/extras.php file:
/*
add_filter( ‘wp_title’, ‘maskitto_light_wp_title’, 10, 2 );
*/Cheers!
And thanks to the Maskitto Light team, nice theme!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Duplicate page titles’ is closed to new replies.