The plugin uses WPSEO_Metabox::translate_meta_boxes function which is deprecated since latest version Yoast SEO 23.5.
Any plans on removing it?
Thanks
]]>I have installed your new SEO Framework on a blog with maybe 2000 posts, but it does not import the manual edited meta descritpions and titles from wpSEO. I mean, you are the official follower of wpSEO, so a function for this should be availabe, because your seo plugin is really great! Much better than Yoast or Rankmath. I then have installed Yoast and tried to import the data from there but it also does not work. What can I do? Wait until you have a import function for wpSEO that works? I would recommend this for all the pages that use wpSEO.
]]>I try to import all my manual edited meta descriptions and meta titles from wpSEO to Yoast over the import option, but if I click on import the page just loads new and nothing happened. I have deactivated all plugins and tried again but the problem keeps. Any recommendations?
I have a wordpress blog with about 2000 posts.
]]>I see in /frontend/range.php template we get $filter[‘values’][‘min’] which is essentially what we need. What is the way to get this value in functions.php or a template archive-product.php? Or any other solution.
Thanks!
]]>Error message: Uncaught Error: Class “WPSEO_Social_Admin” not found in /www/emphn_115/public/wp-content/plugins/gathercontent-import/includes/classes/admin/mapping/field-types/wpseo.php:131
This suggests a conflict with Yoast SEO, so I disabled that plugin and it seems to work now. The version notes for this plugin say “Removed references to deprecated WPSEO_Social_Admin class” but that doesn’t seem to be true for version 3.2.19 which has reference to the class in /includes/classes/admin/mapping/field-types/wpseo.php on line 131.
10.11.5-MariaDB / PHP 8.0.3
]]>add_filter('wpseo_title', 'my_seo');
function my_seo($title) {
$title = str_replace('-', ' ', $title);
return $title;
}
I wrote that little code but I want it to affect ONLY attachment pages, I run a gallery site so a lot of my images have – which Id rather replace with blank space. But when I run this code, it changes for all pages on my site, I want this code to only activate on the attachment pages.
I know I have to use an IF statement(right?) but I am, stuck there, please assist.
]]>Deprecated: wpseo_opengraph is deprecated since version WPSEO 14.0 with no alternative available.
]]>We’re having problems with all our AMP articles regardin WPSEO.
Here are an example of errors:
Deprecated: WPSEO_Frontend::canonical está obsoleto desde a vers?o WPSEO 14.0 sem nenhuma alternativa disponível. in /var/www/html/wp-includes/functions.php on line 4723
lang=”pt-BR”>
Deprecated: WPSEO_Twitter::get_instance está obsoleto desde a vers?o WPSEO 14.0 sem nenhuma alternativa disponível. in /var/www/html/wp-includes/functions.php on line 4723
Deprecated: WPSEO_OpenGraph::__construct está obsoleto desde a vers?o WPSEO 14.0 sem nenhuma alternativa disponível. in /var/www/html/wp-includes/functions.php on line 4723
How can we fix this?
Thanks!
]]>