Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatars from last posters

Viewing 2 replies - 1 through 2 (of 2 total)

  • Lynq
    Participant

    @lynq

    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.

    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