Table of contents
What are the Author’s Profile image and Its benefits?
As a blogger, having a unique author image on your WordPress user profile can aid in building your brand and improving the visual attractiveness of your website for visitors. Although several plugins can assist you in adding a custom author image, you can accomplish it without one rather easily. We’ll show you how to add a unique author image to your WordPress user profile without using a plugin in this post.
Why We Use Fewer Plugins
Although the plugin makes it very simple to add an author image to a WordPress user profile, as a WordPress developer and SEO expert, I always suggested using fewer plugins and performing custom coding to maintain the website’s speed.
To upgrade your personality and unique brand image, you must first add your unique profile pic to your WordPress user profile of the default gravatar.
So to make this tutorial easier and more user-friendly, I have created this post for that.
Now follow the below steps to update your Gravatar image.
Step 1: Add your Gravatar image to the media library.
Step 2: Copy the image URL.
Step 3: Then Replace your_image_url with Your copied URL and add that Code to the Function.php file.
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; }
PHPStep 4: Go to Settings » Discussion. You can see your customized Gravatar added to the default avatar choices. Then click on the save changes button.
Now you can see your customized Gravatar image
Conclusion
Your visitors will find your website more visually appealing if you upload a custom author image to your WordPress user profile. Although several plugins can assist you in adding a custom author image, you can accomplish it without one rather easily. You can quickly add a unique author image to your WordPress user profile and enhance the appearance of your website by following the instructions provided in this post.
Have a good day!! 😎
3 Comments
Does your site have a contact page? I’m having a tough time locating it but, I’d like to shoot you an email.
I’ve got some creative ideas for your blog you might be interested
in hearing. Either way, great blog and I look forward to
seeing it improve over time.
Thanks for contacting us.
we are fix that issue.You can now contact us in here https://www.helalk.com/contact-us/