Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Best practices for adding a sidebar to bbPress

Hey,

I’ve followed this forum and included the following code:

function add_sidebar() {
include ('sidebar.php');
}
add_filter('bb_foot', 'add_sidebar');

But how do I get this sidebar to fit into the main div?

Thanks.

Skip to toolbar