Hi,
Just create a normal WordPress page and add the shortcode [bbp-single-forum id=$forum_id]
See: https://codex.bbpress.org/features/shortcodes/
Pascal.
This i have done, but The problem is that it shows menu tree in upper part of the forum, where its possible to go to the page where all the forums are listed. Is there any way to turn off the menu tree?
For now the menu tree looks like this: Home>forums>domain-name>forum-name. If i press “forums” then it directs to page where all are listed.
Hi,
Ah, the ‘breadcrumbs’.
You can switch them completely off or just remove the ‘forums’ part by checking the example here: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#4-turning-off-or-changing-breadcrumbs
Just copy this part into a child theme, in your functions.php or in a plugin.
If you don’t know how to do it yourself, you can always check for plugins like bbP Toolkit or others that can help you with that.
Pascal.
Thank you! The toolkit was a solution for me.