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.
Okay, I manually commented out all instances of
<?php get_sidebar)(); ?>
in bbPress templates like so:Alternatively, you can simply remove the code as well. But I consider it a bad idea, in case you want to have sidebar in the future.