Hi,
Thanks for the response.
I tried as suggested but I always get the post content of
First post W00t!
The topic_id passed is different each time, but it always returns the post content for topic id 1.
I’ve written a few WordPress plugins, but the lack of comments and documentation in the bbpress code is making it hard to work out what populates the global topics and posts variables.
How do I get a post given a topic ID ?
EDIT: Just worked out I need get_post_text( $post->post_id ) !
Thanks
Ian.