Forums

Join
bbPress Support ForumsThemesLast poster link

Info

Last poster link

  1. Hi, on front-page template and forum template how do i make the last poster's username hyperlinked to its profile?

    Thanks

  2. I tried this and it works: <a href="<?php echo get_user_profile_link(bb_get_user_id($topic->topic_last_poster)); ?>"><?php topic_last_poster(); ?></a>

    I am not sure if it is the best way to approach it, though.

  3. Thanks Matveb!

    Victoria

  4. You must log in to post.