X

Cómo mostrar el avatar del autor en entradas o páginas

Snippets by IsItWP

¿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.

Comentarios   Deja una respuesta

  1. Is there a Gutenberg Block solution that adds an avatar option in a Post list?

    1. 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.

  2. D Swarna Prasad Bangre junio 3, 2020 en 4:01 am

    I want to know how to get guest author image from the custom field of the post

  3. 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.

    1. If the theme doesn’t have an author box, you may want to check out: https://wordpress.org/plugins/author-bio-box/

  4. venkatesh sakthivel mayo 12, 2014 en 7:44 am

    hi Kevin, how to replace featured image of a post by author avatar. plz help me

  5. 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.

    1.  you can use this snippet to set a default gravatar image,
      http://wpsnipp.com/index.php/comment/custom-default-gravatar-image/

  6. sorry to bother you again … but it doesn’t do what i wanted than anyway mate …. cheers

Añadir un comentario

Nos alegra que haya decidido dejar un comentario. Tenga en cuenta que todos los comentarios se moderan de acuerdo con nuestra política de privacidad , y que todos los enlaces son nofollow. NO utilice palabras clave en el campo del nombre. Tengamos una conversación personal y significativa.

WordPress Launch Checklist

La lista definitiva para lanzar WordPress

Hemos recopilado todos los elementos esenciales de la lista de comprobación para el lanzamiento de su próximo sitio web de WordPress en un práctico ebook.
Sí, envíeme el ¡gratuito!