• I had an issue with the breadcrumbs on the bbpress search results page, so i added this code to the public function fill() in class.bcn_breadcrumb_trail.php

    else if(bbp_is_search_results())
    {
      $this->do_search(bbp_get_search_terms(), is_paged());
    }

    But if I update the plugin I will lose my code, how can this be resolved without updating the plugin file? Thank You

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘BBPress Search Results Error’ is closed to new replies.