Solved!
Added this code to the bottom of my ‘page’ template, as that appears to be the default page for bbpress:
if (is_bbpress()) {
get_sidebar(forum);
} ?>
et voila.
Solved!
Added this code to the bottom of my ‘page’ template, as that appears to be the default page for bbpress:
if (is_bbpress()) {
get_sidebar(forum);
} ?>
et voila.