File: bp-forums/topics/template.php |
Description |
---|---|
bbp_topic_title() |
Output the title of the topic |
bbp_get_topic_title() |
Return the title of the topic |
bbp_topic_archive_title() |
Output the topic archive title |
bbp_get_topic_post_type() |
Return the unique id of the custom post type for topics |
bbp_get_topic_post_type_labels() |
Return array of labels used by the topic post type |
bbp_get_topic_post_type_rewrite() |
Return array of topic post type rewrite settings |
bbp_get_topic_post_type_supports() |
Return array of features the topic post type supports |
bbp_show_lead_topic() |
The plugin version of Forums comes with two topic display options: – Traditional: Topics are included in the reply loop (default) – New Style: Topics appear as “lead” posts, ahead of replies |
bbp_has_topics() |
The main topic loop. WordPress makes this easy for us |
bbp_topics() |
Whether there are more topics available in the loop |