bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

bbpress loop

(2 posts)
  1. While customizing bbpress I was wondering if anyone had a way to display forums/subforums and topics together, list a forum then have the topics for each displayed below it?

    Posted 2 months ago #
  2. What you are asking for is very easy.

    $forums = get_forums(); gets you all the forums,
    $topics = get_latest_topics( $forum_id); will get you the topics list for any forum id. So if you looped through the forums like on the front page, just fetch the $topics after each forum in the loop.

    The formatting and page layout is the "hard" part.

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.