Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Displaying forum topic tags


Pisanojm
Participant

@pisanojm

I was speaking to where you are using the topic tags on your site…

<?php
$ttags = bb_get_topic_tags( bp_get_the_topic_id() );
if ( $ttags ) : ?>

<?php printf(__(‘No tags yet.’), bp_get_forum_directory_permalink() . ‘/#tags’ ); ?>

I wanted to see how this layed out after it was styled etc.

Skip to toolbar