- This topic has 1 reply, 2 voices, and was last updated 10 years 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 order (distance)
The setup is that I have custom Taxonomy that has a location field added with ACF.
Also the posts in the custom post type have this location field added with ACF
ACF stores the long- and latitude in an array.
I want that the user makes a selection of the taxonomy and that de results are ordered by distance,
has this been done before?
How can the search query be modified to order the results like this?
Hey Richard
I’ve not implemented anything like that yet, but its on my to do list.
Really not sure how you would implement it into S&F, but I can say you can modify S&F queries using this filter:
This give you access to the arguments that are passed to the WP_Query that is used by S&F
Thanks