[Without Plugin] Add Custom Author Image to WordPress User Profile Custom User Profile Picture in WP

[Without Plugin] Add Custom Author Image to WordPress User Profile Custom User Profile Picture in WP

How To Do

55 лет назад

9,405 Просмотров

Video Description: In this tutorial, I am going to show a simple process to add a custom profile picture without a plugin.

---------------------------

add_filter( 'avatar_defaults', 'wpb_new_gravatar' );
function wpb_new_gravatar ($avatar_defaults) {
$myavatar = 'Your_Image_Url';
$avatar_defaults[$myavatar] = "Default Gravatar";
return $avatar_defaults;
}

---------------------------

Enjoy!

Тэги:

#GRAVATAR #wp_custom_profile_picture #wordpress_profile_picture #custom_wp_profile_picture #Add_Custom_Author_Images_to_the_WordPress_User_Profile_without_Plugin #How_to_Include_an_Author_Photo_in_WordPress #WordPress_Profile_Picture_without_Gravatar #change_profile_picture_wordpress_without_gravatar #custom_user_profile_photo_without_plugin #How_do_I_change_my_avatar_image_on_WordPress #How_do_I_change_my_Gravatar_image #How_do_I_get_rid_of_Gravatar #wordpress_tips
Ссылки и html тэги не поддерживаются


Комментарии: