Forums Forums Search & Filter Pro Custom

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #71164

    Hello
    if i custom a post page, how to using ajax to search and filter the post?

    have any dome code?such how to loop the post? i try to use wp-content\plugins\search-filter\templates\results.php but it have error

    how to using Display results method: custom ?

    Trevor
    #71187

    If you are using the custom display method, you should be using your theme’s templates, and not the one found in our plugin templates folder.

    You then need to add the search and filter id to the wp_query arguments, like this:

    $args[‘search_filter_id’] = 16439; where 16439 is the form ID, as shown in this post:

    https://support.searchandfilter.com/forums/topic/help-with-search-form-creation/page/2/#post-65516

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