Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Foxsss
tagDiv Member

OK, it’s line 95 in my functions.php, I use Yoast and I have 134 multiple title tags.

I copied the code below, I want to delete one line here, add_theme_support(‘title-tag’), likely this is the issue causing everything I publish to have multiple tag titles.

Just want to make sure its OK. In looking for the solution I read multiple multiple articles that if you see this exact line that it’s the cause for the multiple tags if you use Yoast plug-in.

* Add theme support for features
*/
add_theme_support(‘title-tag’);
add_theme_support(‘post-thumbnails’);
add_theme_support(‘automatic-feed-links’);
add_theme_support(‘html5’, array(‘comment-list’, ‘comment-form’, ‘search-form’, ‘gallery’, ‘caption’));
add_theme_support(‘woocommerce’);
add_theme_support(‘bbpress’);
add_theme_support(‘align-wide’);
add_theme_support(‘align-full’);

Viewing 1 post (of 1 total)