[Plugin: WordPress SEO by Yoast] Meta Description Error Message wrong
-
After upgrading to the latest version of WordPress SEO, I’m getting an error on my dashboard:
Your theme contains a meta description, which blocks WordPress SEO from working properly, please delete the following line, or press fix it:
<meta name="description" content="<?php echo $pods->data['meta_description'];?>" />The code that the error is referring to is wrapped in an
ifstatement which only adds this metadata for content created outside the loop.How can I suppress this error without deleting this code?
The topic ‘[Plugin: WordPress SEO by Yoast] Meta Description Error Message wrong’ is closed to new replies.