Title: author_avatar
Author: Guillaume
Published: <strong>18 dezembro, 2013</strong>
Last modified: 7 março, 2014

---

Pesquisar plugins

![](https://ps.w.org/author-avatar/assets/banner-772x250.png?rev=824519)

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/author-avatar_dcdddd.svg)

# author_avatar

 Por [Guillaume](https://profiles.wordpress.org/guillaume-lostweb/)

[Baixar](https://downloads.wordpress.org/plugin/author-avatar.1.0.2.zip)

 * [Detalhes](https://br.wordpress.org/plugins/author-avatar/#description)
 * [Avaliações](https://br.wordpress.org/plugins/author-avatar/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/author-avatar/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/author-avatar/#developers)

 [Suporte](https://wordpress.org/support/plugin/author-avatar/)

## Descrição

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à!

## Instalação

 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.

## Perguntas frequentes

### 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));

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“author_avatar” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

 *   [ Guillaume ](https://profiles.wordpress.org/guillaume-lostweb/)

[Traduzir o “author_avatar” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/author-avatar)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/author-avatar/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/author-avatar/) ou
assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/author-avatar/)
por [RSS](https://plugins.trac.wordpress.org/log/author-avatar/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.0

 * Initial Commit

## Meta

 *  Versão **1.0.2**
 *  Última atualização **12 anos atrás**
 *  Instalações ativas **20+**
 *  Versão do WordPress ** 3.5.1 ou superior **
 *  Testado até **3.8.41**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/author-avatar/)
 * Tags
 * [author avatar](https://br.wordpress.org/plugins/tags/author-avatar/)[gravatar](https://br.wordpress.org/plugins/tags/gravatar/)
   [profile picture](https://br.wordpress.org/plugins/tags/profile-picture/)[user profile](https://br.wordpress.org/plugins/tags/user-profile/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/author-avatar/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

[Your review](https://wordpress.org/support/plugin/author-avatar/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/author-avatar/reviews/)

## Colaboradores

 *   [ Guillaume ](https://profiles.wordpress.org/guillaume-lostweb/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/author-avatar/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](http://lostwebdesigns.com)