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.