I would like to display bbpress topic tags on top of each forum. I tried several template tags:
bb_tag_heat_map()
bb_get_topic_tags()
bb_list_tags()
None of the tags worked no matter where I inserted them (sidebar, bbpress templates, wordpress templates). Usually the rest of the code in the template won’t be executed anymore if I insert one of these tags.
The short code [bbp-topic-tags] works and everything else about tags works too.
Can someone tell me how to display topic tags? Is there a documentation for this template tags?