Forums Forums Search & Filter Pro Version 2.3 and 2.32, the results are not filtered

Viewing 4 posts - 11 through 14 (of 14 total)
  • Trevor
    #89513

    Conditional page use in PHP/WordPress:

    https://developer.wordpress.org/reference/functions/is_page/

    Trevor
    #89515

    For example:

    if( is_page( 'about-us') ) {
         do_action( 'search_filter_prep_query', 63 );
    } else {
         do_action( 'search_filter_prep_query', 47 );
    }
    Trevor
    #89517

    OK, so that appears to fix it 🙂

    Anonymous
    #89519

    Thank you so much for the help, Trevor! Both for how quickly you replied and was able to do a video call, and for the solution. It did indeed solve the problem. 2.32 is so much faster!

Viewing 4 posts - 11 through 14 (of 14 total)