@jinwha
12 years, 2 months ago
OK.
Just in case anybody else is looking..
BBPress uses a post_type “topic” so you can pull the post using a get_posts() with one of the args being ‘post_type’ => ‘topic’.
hope this points someone in the right direction.