Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress with Artisteer theme – Problem with search


  • Debayne
    Participant

    @debayne

    Hi guys,

    I am using an Artisteer 4 theme on a Buddypress/BBpress site, but seem to have a problem with the search.

    Under the forums there is a search function, but when I put in a search phrase it returns a wordpress post rather than searching the forums.

    Has anyone come across this and solved it?

    Thanks

Viewing 1 replies (of 1 total)

  • Debayne
    Participant

    @debayne

    If anyone else has this problem

    This is an issue with bbPress, it loads the content-search.php template from the theme directory, which is wrong. An easy fix is to rename the content-search.php file in your theme directory to content-searchresults.php and then change this line in search.php:
    get_template_part(‘content’, ‘search’);
    to this:
    get_template_part(‘content’, ‘searchresults’);

    A big thanks to Trevor over on the Artisteer Forums

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar