- This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Custom
Tagged: method custom
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 ?
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