How to Add Custom Author Image in WordPress Without Plugin

Rate this post

Hello friends, In today’s digital world, we are mostly connecting online, which can be accomplished through our website. Here, WordPress, which is a platform, is a very easy and user-friendly platform, It provides many features built inside it that are very useful for our website. One of the best features of this is that it shows our author image inside our content, this is a very amazing feature, and it also shows a small bio of you guys, which is along with your author image. It gives us a very good impact, it appears written in our column inside our post, which looks very good, and it gives a different look to our website.

WordPress has many plugins to add author images, but if I tell you correctly, using too many plugins here also affects our website’s performance and maintenance. However, you guys do not need to worry about anything because, in today’s post, I will tell you how you guys can put the author image box in WordPress without the help of any plugins, By doing this, you have no impact on the performance or maintenance of other people’s websites, and the appearance of your website becomes very smooth. Below, I am telling you all the steps in a step-by-step process, and you should follow it.

Why does a custom author’s image matter?

First of all, you have to understand why we need author images. It is important to know all these things before going into the technical details of our website. Getting information has become very important in today’s digital world, and it is also important to know who is giving the information, if it contains his name and the author’s image, then it becomes easier to know. Having your author image helps you assure your users that the information they provide is correct and of use to them. It also becomes easier for them to easily make contact with the content author.

Here I would like to tell you that many people use multiple blog platforms, which means that two people are working on the same website, whether it is their blogging website or business, news, or store. Whatever the website may be, here we have to put our brand logo or our profile picture so that the user can see our content, this visual gives a different professional touch to our WordPress website, especially Those who use WordPress daily for their business or professional purposes.

The Simplicity of Customizing Without Plugins

As friends, I want to tell you that the plugin gives us a lot of features, but the thing is that it is okay to use it to some extent. Still, it would be even better if we use it less when People use free plugins to run their website, and custom author images on their WordPress website so that your users can have complete control over your website. The site performance, security, and user experience are also good.

If we use this method to place author images on our website using third-party tools, it affects the loading speed of our website and its compatibility.

This Guide will Cover what you can Expect to Learn

So in today’s post, I will teach you that you can easily add custom author images to your WordPress website. I will tell you all the steps individually, from opening your dashboard to selecting the image. I will explain to you all the steps to applying it on your user profile, I will tell you what will be the size of the image and what should be the format of its file, at the end of this post you will get all the information correctly, and You can put author images on your website without the help of any WordPress plugin.

Follow this step-by-step guide to learn How to add Custom Author Images Without using a Plugin

Step 1: First of all, you have to create 200px*200px for your author image from Pixel Lab. Once you have created it, now you have to upload your image in the media (library) section of the WordPress site.

After uploading, you must copy your uploaded image’s URL link.

chrome EKCYdmTS1v

Step 2: Now first of all you have to come to your WordPress dashboard, you have to click on Appearance, then select Theme Editor, and after that, you have to click on the functions.php file.

chrome KSgZZITDk6

Step 3: You have to copy the code given below and paste it just below functions.php (shown in the image below).

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

Step 4: In the above code, I have added a line, “Your Image URL” There you have to put the URL of the copy of your logo, (below I have shown you the image) and after that, you have to click on “Update File”.

chrome wefXctvWwR

Step 5: Now you have to go to your WordPress dashboard, and now you have to click on Settings > Discussion, (you will see it in the default avatar, and now you will get to see your custom author image). Refresh the page. is.

If you people are not able to see your author image, then you have to checkmark the avatar display,

chrome vDvYEybm5i

Conclusion

Today I have taught you how you can add custom author images to your WordPress website without using any plugin. I have been using this method for the last 3 years on my website and also for my clients. On the website, if you liked this post and liked the steps given by us, then please share this post with your friends, and help them in creating custom author box images for their website.

One Request?

I worked hard on this post to help the blogging community. It would help me a lot if you consider sharing it on social media networks. Because Sharing Is Caring.. ♥️

Sharing Is Caring...
alt_here

Hello! My name is Tech Shreyansh, and I'm a Youtuber and Content Creator from Azamgarh, India. I have a channel on YouTube called Tech Shreyansh where I upload Tech Video, Also I'm a Professional Web Developer or Designer. I enjoy playing with Codes and making Interesting Things.

Leave a comment