File: bp-forums/topics/template.php |
Description |
---|---|
bbp_get_topic_archive_title() |
Return the topic archive title |
bbp_topic_content() |
Output the content of the topic |
bbp_get_topic_content() |
Return the content of the topic |
bbp_has_topics() |
The main topic loop. WordPress makes this easy for us |
bbp_topics() |
Whether there are more topics available in the loop |
bbp_the_topic() |
Loads up the current topic in the loop |
bbp_topic_id() |
Output the topic id |
bbp_topic_post_type() |
Output the unique id of the custom post type for topics |
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 |