author-avatar

plugin banner

Add an upload field in the user profile admin to add a custom profile picture into usermeta table.

Author:Guillaume Kanoufi (profile at wordpress.org)
WordPress version required:3.5.1
WordPress version tested:3.7.36
Plugin version:1.0.2
Added to WordPress repository:18-12-2013
Last updated:07-03-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://lostwebdesigns.com
Total downloads:4 170
Active installs:40+
plugin download
Click to start download

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


FAQ
ChangeLog