Title: author_avatar
Author: Guillaume
Published: <strong>2013-12-18</strong>
Last modified: 2014-03-07

---

Szukaj wtyczek

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

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# author_avatar

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/author-avatar/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/author-avatar/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/author-avatar/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/author-avatar/#developers)

 [Wsparcie](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à!

## Instalacja

 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.

## Najczęściej zadawane pytania

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

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„author_avatar” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “author_avatar” na swój język.](https://translate.wordpress.org/projects/wp-plugins/author-avatar)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/author-avatar/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/author-avatar/) lub czytaj 
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/author-avatar/) przez 
[RSS](https://plugins.trac.wordpress.org/log/author-avatar/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.0

 * Initial Commit

## Meta

 *  Wersja **1.0.2**
 *  Ostatnia aktualizacja **13 lat temu**
 *  Włączone instalacje **20+**
 *  Wersja WordPressa ** 3.5.1 lub nowszej **
 *  Testowano do **3.8.41**
 *  Język
 * [English (US)](https://wordpress.org/plugins/author-avatar/)
 * Tagi
 * [author avatar](https://pl.wordpress.org/plugins/tags/author-avatar/)[gravatar](https://pl.wordpress.org/plugins/tags/gravatar/)
   [profile picture](https://pl.wordpress.org/plugins/tags/profile-picture/)[user profile](https://pl.wordpress.org/plugins/tags/user-profile/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/author-avatar/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/author-avatar/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](http://lostwebdesigns.com)