hello i having the same problem but with the keywords and the description meta tags. the plugin is not changing these tags to the one the i input when creating the page. instead its pulling the one from the default theme. (Boldy Theme). is there any way that i can fix this. I dont know too much about php but i took a look at the header.php file and thats what those tags are colling is there any way that i can make it called the wordpress SEO meta keywords and description that i change when i create a page or a post. Thank you in advance for reading this email.
Bellow is the code that i have in the header.php file
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<meta name=”keywords” content=”<?php echo get_option(‘boldy_keywords’); ?>” />
<meta name=”description” content=”<?php echo get_option(‘boldy_description’); ?>” />