Topic: Support for "Platinum Seo" WP plugin and avoid duplicate meta tags
Hi Arras team
Can you please add support for the "platinum seo" wordpress plugin ? Since it is causing duplicate meta tags on my site..
actually the file that needs to be update is: template.php this is the function:
function arras_document_description() {
if ( !class_exists('All_in_One_SEO_Pack') ) {
echo '<meta name="description" content="' . get_bloginfo('description') . '" />';
}
}you just need to update the if condition: add an OR !class_exists for the Platinum seo plugin
Thanks in advance