Title: author_avatar
Author: Guillaume
Published: <strong>2013年12月18日</strong>
Last modified: 2014年3月7日

---

プラグインを検索

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

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

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

# author_avatar

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

[ダウンロード](https://downloads.wordpress.org/plugin/author-avatar.1.0.2.zip)

 * [詳細](https://ja.wordpress.org/plugins/author-avatar/#description)
 * [レビュー](https://ja.wordpress.org/plugins/author-avatar/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/author-avatar/#installation)
 * [開発](https://ja.wordpress.org/plugins/author-avatar/#developers)

 [サポート](https://wordpress.org/support/plugin/author-avatar/)

## 説明

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.

## FAQ

### 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 はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献
しています。

貢献者

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

[“author_avatar” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/author-avatar)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/author-avatar/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/author-avatar/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/author-avatar/)を [RSS](https://plugins.trac.wordpress.org/log/author-avatar/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0

 * Initial Commit

## メタ

 *  バージョン **1.0.2**
 *  最終更新日 **12年前**
 *  有効インストール数 **20+**
 *  WordPress バージョン ** 3.5.1またはそれ以降 **
 *  検証済み最新バージョン: **3.8.41**
 *  言語
 * [English (US)](https://wordpress.org/plugins/author-avatar/)
 * タグ
 * [author avatar](https://ja.wordpress.org/plugins/tags/author-avatar/)[gravatar](https://ja.wordpress.org/plugins/tags/gravatar/)
   [profile picture](https://ja.wordpress.org/plugins/tags/profile-picture/)[user profile](https://ja.wordpress.org/plugins/tags/user-profile/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/author-avatar/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/author-avatar/reviews/)

## 貢献者

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

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/author-avatar/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://lostwebdesigns.com)