Ava The Shortcode

0

Ava is a minimal shortcode which allows you to easily display an avatar. All you need to do is type [ava] into a WordPress post or page. Doing this will display the currently logged in

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag

Description

Ava is a minimal shortcode which allows you to easily display an avatar. All you need to do is type [ava] into a WordPress post or page. Doing this will display the currently logged in user’s avatar.

To show a specific user, do this:
[ava id=”1″]

To change the size and add an alt attribute do this:
[ava size=”32″ alt=”me”] or [ava id="1" size="32" alt="me"]

If you are comfortable editing your theme and with PHP you may also utilize this shortcode by using: <?php echo do_shortcode('[ava]'); ?>