Update! Now when i update those it gives the opposite issue:
REQUIRED: The theme needs to have <title> tags, ideally in the header.php file. Any additional thoughts would be appreciated! Cheers.
Hello misharnet, i have fixed that specific issue with my wordpress theme too, but not in the way you resolved it. Example of my theme <title> tags:
<title><?php $theme->meta_title(); ?></title> original
<wp_title><?php $theme->meta_title(); ?></wp_title> new
And that helped me got my trouble fixed! And Theme Check is awesome! Cheers.
Hello, thanks for the quick fix! Worked like a charm.