Hi, Just want to setup yoast seo. But i get the following error -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 get_option('inkthemes_description'); ?>" />. Please help me get yoast up and running. Thankyou very much.
Sorry I am new to this. What do I do with the code to get yoast SEO running correctly? Do I delete this code that you displayed in the screenshot above? Many thanks.
Here is the full error message 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 get_option('inkthemes_description'); ?>" />
Sorry it also states 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 get_option('inkthemes_description'); ?>" />
Hello ! PHP: <?php if (get_option('inkthemes_description') != '') { ?> <meta name="description" content="<?php echo get_option('inkthemes_description'); ?>" /> <?php } else { } ?> You can delete the second green highlighted code as shown in above image. Thanks & Regards Pramod