Skip to content
WordPress.org

Беларуская мова

  • Тэмы
  • Плагіны
  • News
  • Падтрымка
  • Пра нас
  • Remembers
  • Blocks
  • Дапаможнік
  • Education
  • Звязацца з намі
  • Спампаваць WordPress
Спампаваць WordPress
WordPress.org

Plugin Directory

author_avatar

  • Адправіць плагін
  • Мае абраныя
  • Увайсці
  • Адправіць плагін
  • Мае абраныя
  • Увайсці

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

author_avatar

Аўтар: Guillaume
Спампаваць
  • Падрабязнасці
  • Водгукі
  • Ўсталёўка
  • Распрацоўка
Падтрымка

Апісанне

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

Ўсталёўка

  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.

Часта задаваныя пытанні

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

Водгукі

На гэты плагін няма водгукаў.

Удзельнікі і распрацоўшчыкі

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

Удзельнікі
  • Guillaume

Перакласці “author_avatar” на вашу мову.

Зацікаўлены ў распрацоўцы?

Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.

Журнал змяненняў

1.0

  • Initial Commit

Мета

  • Версія 1.0.2
  • Апошняе абнаўленне 12 гадоў таму
  • Актыўных установак 30+
  • Версія WordPress 3.5.1 або вышэй
  • Правераны да версіі 3.8.41
  • Мова
    English (US)
  • Тэгі
    author avatargravatarprofile pictureuser profile
  • Пашыраны прагляд

Ацэнкі

Пакуль яшчэ няма водгукаў.

Add my review

See all reviews

Удзельнікі

  • Guillaume

Падтрымка

Ёсць што сказаць? Патрэбна дапамога?

Перайсці да форуму падтрымкі

Падтрымаць

Would you like to support the advancement of this plugin?

Donate to this plugin

  • Пра нас
  • Навіны
  • Хостынг
  • Прыватнасць
  • Вітрына
  • Тэмы
  • Плагіны
  • Патэрны
  • Навучанне
  • Падтрымка
  • Распрацоўнікі
  • WordPress.tv ↗
  • Далучыцца
  • Падзеі
  • Падтрымаць ↗
  • Пяць для будучыні
  • WordPress.com ↗
  • Matt
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Беларуская мова

  • Наведайце наш акаўнт у X (былы Twitter)
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Наведаеце нашу старонку на Facebook
  • Наведайце наш Instagram
  • Наведайце нашу старонку ў LinkedIn
  • Visit our TikTok account
  • Наведайце наш YouTube канал
  • Visit our Tumblr account
Код – гэта паэзія.