Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

michael.oeser on "[Plugin: WordPress SEO by Yoast] How can I remove the profile fields that have been added by WordPress SEO?"

$
0
0

Hi there,

the plugin adds some extra fields to the User profile which I need to remove. I was able to remove the Goolge+ and Twitter fields by doing this in my functions.php

function hide_profile_fields( $contactmethods ) {
unset($contactmethods['googleplus']);
unset($contactmethods['twitter']);
return $contactmethods;
}
add_filter('user_contactmethods','hide_profile_fields',10,1);

But how can I remove the Author Title and Meta Description?

Thanks in advance
Michael

http://wordpress.org/extend/plugins/wordpress-seo/


Viewing all articles
Browse latest Browse all 42467

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>