Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: No avatars show up


chrishajer
Participant

@chrishajer

Avatars are turned on the the admin settings?

Do you have this in your template’s post.php:

<?php post_author_avatar_link(); ?>

Also, this appears in profile.php:

<?php if ( $avatar = bb_get_avatar( $user->ID ) ) : ?>

<div id="useravatar"><?php echo $avatar; ?></div>

<?php unset($avatar); endif; ?>

Skip to toolbar