Forums Forums Search & Filter Pro Custom Post type search not working

Viewing 11 post (of 11 total)
  • Anonymous
    #106341

    Resolved. I have this filter in my function.php:
    if ($query->is_search && !is_admin() ) {
    $query->set(‘post_type’,array(‘post’));
    }
    Fixed it. Everything works fine now. Thanks.

Viewing 11 post (of 11 total)