Title: author_avatar
Author: Guillaume
Published: <strong>18. Decembra 2013.</strong>
Last modified: 7. Marta 2014.

---

Pretražite dodatke

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

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

# author_avatar

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

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

 * [Detalji](https://bs.wordpress.org/plugins/author-avatar/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/author-avatar/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/author-avatar/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/author-avatar/#developers)

 [Podrška](https://wordpress.org/support/plugin/author-avatar/)

## Opis

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

## Instalacija

 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.

## ČPP

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

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“author_avatar” is open source software. The following people have contributed to
this plugin.

Doprinositelji

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

[Prevedi “author_avatar” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/author-avatar)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/author-avatar/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/author-avatar/)ili se pretplatite
na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/author-avatar/) od [RSS](https://plugins.trac.wordpress.org/log/author-avatar/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 1.0

 * Initial Commit

## Meta

 *  Version **1.0.2**
 *  Last updated **prije 12 godina**
 *  Active installations **20+**
 *  WordPress version ** 3.5.1 ili viša **
 *  Tested up to **3.8.41**
 *  Language
 * [English (US)](https://wordpress.org/plugins/author-avatar/)
 * Tags
 * [author avatar](https://bs.wordpress.org/plugins/tags/author-avatar/)[gravatar](https://bs.wordpress.org/plugins/tags/gravatar/)
   [profile picture](https://bs.wordpress.org/plugins/tags/profile-picture/)[user profile](https://bs.wordpress.org/plugins/tags/user-profile/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/author-avatar/advanced/)

## Ocjene

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/author-avatar/reviews/)

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/author-avatar/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](http://lostwebdesigns.com)