How do i fix my yoast ?

egedem

Registered Member
Joined
Oct 15, 2018
Messages
91
Reaction score
16
Help me out please how do I fix my Yoast plugin? The readability analysis column and SEO analysis column doesnt show
Screenshot (1)_LI.jpg
 
Go to your Wordpress editor an edit "functions.php" with this:

Code:
add_filter( 'wpseo_primary_term_taxonomies', '__return_empty_array' );
 
Back
Top