Using bbPress Shortcodes
After enabling Forums, you will find a list of forums on your site at the URL yourdomain.com/forums. But you are not limited to using the Forums page!
For example, you can display only the forum associated with a course using the following shortcode:
[bbp-single-forum id=$forum_id]
Or, you may encourage learners to post a new topic on a specific lesson or topic page by providing them with a New Topic form using the following shortcode:
[bbp-topic-form forum_id=$forum_id]
We have put together a list of bbPress shortcodes for your reference.