I am trying to integrate bbPress with WordPress, and the only thing in my way (for now) is the sidebar. How do I disable sidebar in bbPress?
I know that one way is to manually remove or comment out <?php get_sidebar)(); ?> in all bbPress template files.
But I would like to know if there a way that will allow me to quickly allow me to turn it on or off — like adding some code in functions.php etc.
Thanks.
