Info
- 6 posts
- 3 voices
- Started 2 years ago by gerikg
- Latest reply from gerikg
- This topic is resolved
How to get the last post's avatar?
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
bb_get_avatar( $topic->topic_last_poster, '16') -
- Posted 2 years ago #
Thanks but I got nothing, no result. on front-page.php
-
- Posted 2 years ago #
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!
-
This topic is
closed