Zum Inhalt springen
  • Anmelden
  • Registrieren
WordPress.org

Deutsch (Österreich)

  • Themes
  • Plugins
  • Über
  • Community
  • FAQ
  • Get WordPress
Get WordPress

Plugins

  • Meine Favoriten
  • Beta-Test
  • Entwickler

Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Herunterladen

author_avatar

Von Guillaume Kanoufi
  • Details
  • Rezensionen
  • Installation
  • Entwicklung
Support

Beschreibung

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

Installation

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

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„author_avatar“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende
  • Guillaume

Übersetze „author_avatar“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • Initial Commit

Meta

  • Version: 1.0.2
  • Zuletzt aktualisiert: vor 10 Jahren
  • Aktive Installationen: 40+
  • WordPress-Version: 3.5.1 oder höher
  • Getestet bis: 3.8.41
  • Sprache:
    English (US)
  • Schlagwörter:
    author avatargravatarprofile pictureuser profile
  • Erweiterte Ansicht

Bewertungen

Das Plugin wurde noch nicht bewertet.

Log in to submit a review.

Mitwirkende

  • Guillaume

Support

Möchtest du etwas sagen? Brauchst du Unterstützung?

Supportforum anzeigen

Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

Für dieses Plugin spenden

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Deutsch (Österreich)

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Code ist Poesie.