Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Get Current Forum ID?


Sam Bauers
Participant

@sambauers

Untested and YMMV:

$current_forum_id = get_forum_id();

while ( bb_forum() ) {
$class = '';
if ($current_forum_id == get_forum_id()) {
$class = 'on';
}
}

Skip to toolbar