WordPress.org

Venezuela

  • Temas
  • Plugins
  • Noticias
    • Documentación
    • Foros
  • Acerca de
    • Traduciendo WordPress a español de Venezuela
  • Equipo
  • Meetups
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

author_avatar

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

author_avatar

Por Guillaume
Descargar
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

Add an upload field in the user profile admin – Don’t want to use gravatar profile picture, or just don’t have one, just download this plugin. It will add a custom field in the user admin with the possibility to upload your own. Once uploaded, it will add the picture url inside the usermeta table so you can easily display it with get_the_author_meta .

Translation ready and already available in French.

  • Easy to use, once activated and your picture uploaded, grab the source url with:

Just add an image tag where you want the picture to be displayed like so:

 <img src="<?php echo $user_meta_image;?>" alt="My Custom user Profile Picture"> 

Et voilà!

Instalación

  1. Upload « to the /wp-content/plugins/ directory
  2. Activate the plugin through the «Plugins» menu in WordPress
  3. grab the source url with $user_meta_image = esc_attr( get_the_author_meta( 'user_meta_image', get_the_id() ) );. Just add an image tag where you want the picture to be displayed like so: <img src="<?php echo $user_meta_image;?>" alt="My Custom user Profile Picture">
  4. Style as you wish.

Preguntas frecuentes

What about if i want to use a user profile picture outside of it’s author page?

It’s pretty easy, just change the last parameter «get_the_id()» wjth the id of the user you want to show, as follow:
$user_meta_image = esc_attr(get_the_author_meta(‘user_meta_image’, 1));

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«author_avatar» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • Guillaume

Traduce «author_avatar» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Initial Commit

Meta

  • Version 1.0.2
  • Last updated hace 11 años
  • Active installations 30+
  • WordPress version 3.5.1 o superior
  • Tested up to 3.8.41
  • Language
    English (US)
  • Tags
    author avatargravatarprofile pictureuser profile
  • Vista avanzada

Valoraciones

No reviews have been submitted yet.

Añadir mi reseña

See all reviews

Colaboradores

  • Guillaume

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

Donar

¿Te gustaría apoyar el progreso de este plugin?

Dona a este plugin

  • Acerca de
  • Noticias
  • Alojamiento
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involúcrate
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Venezuela

  • Visita nuestra página de Facebook
  • Visit our X (formerly Twitter) account
  • Visit our Mastodon account
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visita nuestro canal de YouTube
El código es poesía.