Vous cherchez un moyen d’afficher l’avatar de l’auteur actuel ? Bien qu’il existe probablement un plugin pour cela, nous avons créé un extrait de code rapide que vous pouvez utiliser pour afficher l’avatar de l’auteur actuel dans WordPress.
Instructions:
Tout ce que vous avez à faire est d’ajouter ce code au fichier single.php de votre thème :
<?php echo get_avatar( get_the_author_email(), '60' ); ?>
Note : Si c’est la première fois que vous ajoutez des extraits de code dans WordPress, veuillez vous référer à notre guide sur la façon de copier/coller correctement des extraits de code dans WordPress, afin de ne pas casser accidentellement votre site.
Si vous avez aimé cet extrait de code, n’hésitez pas à consulter nos autres articles sur le site comme : 10 meilleurs plugins WordPress pour les développeurs web et comment sécuriser vos formulaires WordPress avec une protection par mot de passe.
Is there a Gutenberg Block solution that adds an avatar option in a Post list?
You may want to check out this plugin: https://wordpress.org/plugins/author-avatars/
Sadly we are not able to confirm if this plugin has this feature for a post list.
I want to know how to get guest author image from the custom field of the post
Hi Kevin,
Thanks for the post… how to add the author picture and brief info at the end of the post? There are some computer posts that there are different authors, they add their image and short “about me ” at the end of the post which is very cool.
If the theme doesn’t have an author box, you may want to check out: https://wordpress.org/plugins/author-bio-box/
hi Kevin, how to replace featured image of a post by author avatar. plz help me
It have a way to catch this src link to put in my configurations? like <img src="/images/fake-avatar.jpg” title=”Richard Dawkings” class=”fl gravatar-author”> I’m won’t like a wordpress config to gravatar author post used, I wanna use my way.
you can use this snippet to set a default gravatar image,
http://wpsnipp.com/index.php/comment/custom-default-gravatar-image/
sorry to bother you again … but it doesn’t do what i wanted than anyway mate …. cheers