I had a conflict between the All in One SEO plugin and my theme. The blog title appeared two times like this: MyTitleBLOGNAME | BLOGNAME
I wanted to keep the plugin title rewriting so I had to remove the tweak from template functions.
Remove this line from one of your template function file
1 |
add_filter( 'wp_title', 'something_wp_title', 10, 2 ); |
The place can change according on what theme you chose. Just search in all template files, you should find it. Mine was utils.php
Thank you for the information. I also experienced the same thing on my blog, the blog title appears 2 times. After removing the above lines of php code successfully lost title