¿Está buscando una forma de mostrar el avatar del autor actual? Si bien es probable que haya un plugin para esto, hemos creado un fragmento de código rápido que puede utilizar para mostrar el avatar de los autores actuales en WordPress.
Instrucciones:
Todo lo que tienes que hacer es añadir este código al archivo single.php de tu tema:
<?php echo get_avatar( get_the_author_email(), '60' ); ?>
Nota: Si es la primera vez que añade fragmentos de código en WordPress, consulte nuestra guía sobre cómo copiar / pegar correctamente fragmentos de código en WordPress, para no romper accidentalmente su sitio.
Si te ha gustado este fragmento de código, por favor, considere revisar nuestros otros artículos en el sitio como: 10 mejores plugins de WordPress para desarrolladores web y cómo asegurar tus formularios de WordPress con protección por contraseña.
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