Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatars from last posters

  • @iamdemo

    Member

    Is there a way to show the avatar from lets say the last 5 posters

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • @lynq

    Participant

    I am sure there is a better solution, but you could use something like

    if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
    bbp_get_template_part( 'bbpress/loop', 'latest-topics' );

    Then use some css to remove everything except the avatars.

    @iamdemo

    Member

    Thanks. I tried to get this work in forum index with no luck

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar