Avatars are the images or logos displayed when someone lives to comment on your blog post. But if a person mistypes his or her email address or does not have an avatar, then the default WordPress avatar is shown alongside the comment.
WordPress allows site owners to create custom WordPress avatars for users. The custom image will be shown when no avatar is associated with the mail id. Otherwise, the Gravatar set by the user will be displayed.
You, too, can create custom WordPress avatars for your WordPress run blog or website. This blog post will cover how to create custom WordPress Avatars in easy steps:
Follow the steps to create a custom WordPress avatar for your blog or website:
add_filter( 'avatar_defaults', 'new_avatar' ); function new_avatar($avatar_defaults){ $new_avatar = get_stylesheet_directory_uri() . '/images/avatar_logo.png'; $avatar_defaults[$new_avatar] = "Infyways Logo"; return $avatar_defaults; }
Use the above steps to create custom WordPress avatars for your website or blog and easily change the default WordPress avatar. If you are unable to change the default WordPress avatar, then Request a Quote. Our WordPress team will assist you in the process to create custom WordPress avatar.
Apart from WordPress services, we also provide WordPress SEO services and extension development. If you don’t have a WordPress blog or website yet, then ask for an HTML to WordPress or PSD to WordPress template conversion.