I am using jet pack.
After installing the blog-in-blog plugin which I absolutely LOVE!
The posts that are referred to other pages have the Gravatar profile pic. Yet Gravatar is turned off on my jet pack. Suggestions?
Thanks!
I am using jet pack.
After installing the blog-in-blog plugin which I absolutely LOVE!
The posts that are referred to other pages have the Gravatar profile pic. Yet Gravatar is turned off on my jet pack. Suggestions?
Thanks!
The feature in Jetpack just adds the *hovercard* functionality to Gravatars which appear on each page/post. Is that what you're referring to? Jetpack doesn't specifically add Gravatars anywhere -- that's a separate setting available under Settings > Discussion > Avatars.
Hope that helps.
The gravatar hovercards won't turn off even if you have it disabled in the Jetpack admin.
found something in the jetpack code
if ( 'disabled' == get_option( 'gravatar_disable_hovercards' ) ) return;
However, this option does not exist. So, it will never return the string 'disabled'
This topic has been closed to new replies.