Djamel
Member
I just installed the update 6.6 of logistic theme, noticed that i have 2 meta descriptions only when i use Rank Math. Can anyone help for this please ?
What does that mean?"I know there a code whish use the tagline as a description.."
PLease, on my theme a code that i can't locate, uses siste's TAGLINE as site DESCRIPTION and I don't have the experience and knowledge to find this code... even on header.php.In your theme's settings, you should have an option as "description", see if there's anything there.
If not, where you add your description (in customization section), you can safely delete the one you have in RM.
Will be helpful for others who are using this same theme.Solved :
On the file functions.php of the theme search and delete this code :
/*if YOAST plugin activated, let it do its work*/
if (!defined('WPSEO_VERSION')) {
echo '<meta name="description" content="';
echo esc_attr(bloginfo( 'description' ));
echo '" />';
}
Will be helpful for others who are using this same theme.