Title: Custom sort
Last modified: November 28, 2021

---

# Custom sort

 *  Resolved [jhonnygwatson](https://wordpress.org/support/users/jhonnygwatson/)
 * (@jhonnygwatson)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-sort-4/)
 * Hi,
 * I want to fetch users geo location and sort the filtered result by distance. 
   Is it possible to customise the sort?
 * Best
    Jhonny

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-sort-4/#post-15113288)
 * Yes, it is possible but of course you have to be familiar with development.
    
   There are hooks
 * `do_action( 'wpc_filtered_query_end', $wp_query );`
 * that fires on $wp_query after adding filtering parameters to it. And you can 
   add your own sorting parameter to the $wp_query.
    You can also use example that
   uses this hook in the plugin to catch orderby parameter for your custom sorting
   code.
 *  Thread Starter [jhonnygwatson](https://wordpress.org/support/users/jhonnygwatson/)
 * (@jhonnygwatson)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-sort-4/#post-15119231)
 * Perfect. Thanks a lot!
 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-sort-4/#post-15119245)
 * [@jhonnygwatson](https://wordpress.org/support/users/jhonnygwatson/) you are 
   welcome!
 * I would be thankful for a review of the plugin here on WordPress.org

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom sort’ is closed to new replies.

 * ![](https://ps.w.org/filter-everything/assets/icon-256x256.png?rev=3487105)
 * [Filter Everything — WordPress & WooCommerce Filters](https://wordpress.org/plugins/filter-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-everything/reviews/)

## Tags

 * [sort](https://wordpress.org/support/topic-tag/sort/)

 * 3 replies
 * 2 participants
 * Last reply from: [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/custom-sort-4/#post-15119245)
 * Status: resolved