Forums

Join
bbPress Support ForumsTroubleshootingHow to get the last post's avatar?

Info

How to get the last post's avatar?

  1. I'm trying to get the avatar to show on the front page.

    I tried post_author_avatar_link() and get_avatar(get_post_author_id()) neither works. Suggestions?

  2. let us know if you have any luck, I'm trying to display the thread starters avatar in place of the last poster name on the mainpage and having no joy so far. I'm using user photo plugin.

  3. okay it's something like bb_get_avatar(**topic last poster ID**) but how do you get the last poster's ID???

    To get the name is topic_last_poster() but ID, anyone?

  4. bb_get_avatar( $topic->topic_last_poster, '16')

  5. Thanks but I got nothing, no result. on front-page.php

  6. Okay I added echo and it works <?php echo bb_get_avatar( $topic->topic_last_poster, '16');?>

    16 = is the size (in px) of the avatar you want for people who want to know.

    Thank you!

  7. This topic is closed