So I’ve got
<?php do_action( 'bbp_theme_before_topic_title' ); ?>
<span class="bbp-topic-started-in"><?php printf( __('%2$s', 'bbpress' ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span>
"><?php bbp_topic_title(); ?>
And if the forum id equals 8397, I want to assign a different class to it… <?php if ( bbp_get_topic_forum_id() == 8397 )
But I’m a bit stuck here. Any suggestions?
So I figured out how to do it, now I’m trying to color-code every forum.
Thanks a lot Robin, works like a charm!