@ericgf
6 years, 4 months ago
I was able to resolve the issue by adding a conditional statement to check for bbpress search results using bbp_is_search_results(). The theme i’m using doesn’t play well with bbPress
<?php if ( !bbp_is_search_results() ) : ?> <?php endif;?>