Avatar url redirected to i2.wp.com (no jetpack)
-
Hello,
I don’t know why, but my user’s avatars url are redirected on https://i2.wp.com/mydomainname.com/images/avatar.png instead of https://mydomainname.com/images/avatar.png.
-I searched on Google and it says it’s related with the module “phothon” from Jetpack Plugin, but I don’t have it and I’ve never installed it.
-I deactivated all of my plugins and tried with the default twenty theme but it didn’t change anything.
-I’m using a private hosting (not using a wordpress.com hosting).
-I tried this to change default avatar with this code in my functions.php : `add_filter( ‘avatar_defaults’, ‘crunchifygravatar’ );
function crunchifygravatar ($avatar_defaults) {
$myavatar = get_bloginfo(‘template_directory’) . ‘/images/avatar.png’;
// OR –> $myavatar = “mydomaine.com/images/themedirectory/avatar/.png”;
$avatar_defaults[$myavatar] = “Crunchify Avatar”;
return $avatar_defaults;
}`
(then go settings > discussion > set crunchify avatar)I’ve no idea how to fix it …
Thank you
- The topic ‘Avatar url redirected to i2.wp.com (no jetpack)’ is closed to new replies.