Forums Forums Search & Filter Pro All İtems Not Work

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #168792

    Hi,

    I create filter form work fine but have a problem we use Field relationships and operator, when select any form elementt all items form is not work

    Demo: https://studyzone.com.tr/yaz_okulu/

    Trevor
    #168801
    This reply has been marked as private.
    Anonymous
    #169121
    This reply has been marked as private.
    Trevor
    #169156

    I see that you are using the Custom display results method, which would mean you should have modified your theme template for this page. How did you do that (what did you do and to which template file)?

    Anonymous
    #169169

    Sorry its my mistake you say template file i remember

    Old Code

    ` $args = array(‘post_type’ => ‘post’);
    $args[‘search_filter_id’] = 10727;
    $query = new WP_Query($args);

    I chance post_type my custom post type fixed

    thanks

Viewing 5 posts - 1 through 5 (of 5 total)