This will display your entire forum index.
[bbp-forum-index]
– Display the ‘New Forum’ form.
[bbp-forum-form]
– Display a single forums topics. eg. [bbp-single-forum id=32]
[bbp-single-forum id=$forum_id]
– Display the most recent 15 topics across all your forums with pagination.
[bbp-topic-index]
– Display the ‘New Topic’ form where you can choose from a drop down menu the forum that this topic is to be associated with.
[bbp-topic-form]
– Display the ‘New Topic Form’ for a specific forum ID.
[bbp-topic-form forum_id=$forum_id]
– Display a single topic. eg. [bbp-single-topic id=4096]
[bbp-single-topic id=$topic_id]
– Display the ‘New Reply’ form.
[bbp-reply-form]
– Display a single reply eg. [bbp-single-reply id=32768]
[bbp-single-reply id=$reply_id]
– Display a tag cloud of all topic tags.
[bbp-topic-tags]
– Display a list of all topics associated with a specific tag. eg. [bbp-single-tag id=64]
[bbp-single-tag id=$tag_id]
– Single view – Display topics associated with a specific view. Current included ‘views’ with bbPress are “popular” [bbp-single-view id=’popular’] and “No Replies” [bbp-single-view id=’no-replies’]
[bbp-single-view]
– Display the search input form
[bbp-search]
– Display the search form template.
[bbp-search-form]
– Display the login screen.
[bbp-login]
– Display the register screen.
[bbp-register]
– Display the lost password screen.
[bbp-lost-pass]
– Display the forum statistics.
[bbp-stats]