Skip to:
Content
Pages
Categories
Search
Top
Bottom

Displaying forum topic tags


  • Boone Gorges
    Keymaster

    @boonebgorges

    You can enter tags on your forum topics but they don’t actually show up anywhere in the default theme. Here’s a little code (mostly lifted from the Kakumei theme that comes with bbPress) that you can put into your theme’s groups/single/forum/topic.php where you want forum topics to appear:





    <?php
    $topic_id = bp_get_the_topic_id();
    $topic = get_topic( get_topic_id( $topic_id ) );
    ?>



    $topic ) ); ?>



    <?php printf(__('No tags yet.'), bb_get_tag_page_link() ); ?>






Viewing 20 replies - 1 through 20 (of 20 total)
Viewing 20 replies - 1 through 20 (of 20 total)
  • The topic ‘Displaying forum topic tags’ is closed to new replies.
Skip to toolbar