Add Custom Author Image to WordPress User Profile without Plugin

Add Custom Author Image to WordPress User Profile without Plugin

Add Author Image to WordPress User Profile is very easy with the plugin but as an SEO Expert alongside WordPress Developer I always recommended using fewer plugins and do custom coding to keep website speed up.

To Improve your personality and personal brand image you must add your unique profile photo to your WordPress user profile instead of the default gravatar.

So to make this tutorial more easy and user friendly, I have created a video tutorial in my youtube channel. Take a look below video.

πŸ’» Welcome to * Add Custom Author Image to WordPress User Profile without Plugin βœ… Upload User Profile Picture in WP*

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

If you like the video don’t forget to:

πŸ‘ Give It A Thumbs Up
🎯 Hit The Subscribe Button
πŸ‘‰ Don’t Forget To Share

πŸ“ŒSubscribe: https://www.youtube.com/c/FoysalAhmedWebDesigner?sub_confirmation=1
πŸ“Œ Follow me on Facebook: https://web.facebook.com/foysalonlinetrainer
πŸ“Œ Follow me Linkedin: https://www.linkedin.com/in/foysal-ahmed/
πŸ“Œ Follow me on Twitter: https://twitter.com/foysalwordpress
πŸ“Œ Visit my website: https://www.ecommercethesis.com
πŸ“Œ Visit my blog: https://foysalahmedwebdesigner.blogspot.com
πŸ“Œ Ask me quora: https://www.quora.com/profile/Foysal-Ahmed-23

πŸ’» My Services: https://www.fiverr.com/users/foysalelementor πŸš€

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;
}

We are done. But If you like to do this with plugins ( I don’t recommend ) then try the below-listed plugins.

User Profile Picture – WordPress plugin | WordPress.org

Description

Set or remove a custom profile image for a user using the standard WordPress media upload tool.

Leave a Reply