EGF (@ericgf)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • EGF
    Participant

    @ericgf

    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;?>	
Viewing 1 replies (of 1 total)