Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Including a static file in your bb template


Mark
Member

@delayedinsanity

get_forum_id()

ie;

<?php if (get_forum_id() == 12): ?>
text block
<?php endif; ?>

A lot of these functions aren’t nearly as well documented as WordPress’ own similar functions, but can all be found inside of bb-includes/functions.bb-template.php

Skip to toolbar