Removing the Link to http://gmpg.org/xfn/11 in Enfold
I have found 1000’s references to this but no clear instructions on how to remove this link from my enfold template.
Hey enktesisllc,
Where are you seeing links to that address? Please send us a link to your site and we’ll have a look.
Regards,
Rikard
http://gmpg.org/xfn/11 in Enfold
View source. Go to line 64
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
This is the only non-https reference and I cannot remove it.
Hi!
It’s not the Enfold theme that is adding this link in the head section but if you like us to further investigate this please send us your wordpress site admin details as private content so we can take a closer look and let you know more about it.
Cheers!
Vinay
add_filter('avf_profile_head_tag','avia_remove_profile');
function avia_remove_profile(){
return false;
}
Someone asked this question earlier in another thread and there was a solution from Yigit.
Add it to the functions.php and it worked for me.
Thanks for sharing!
Hi,
@LarryLayouter: Glad to know that this old thread helped! Please feel free to open another thread if you have more questions about the theme.
Best regards,
Ismael