geo-query icon indicating copy to clipboard operation
geo-query copied to clipboard

WordPress plugin: Geo Query - Modify the WP_Query/WP_User_Query to support the geo_query parameter. Uses the Haversine SQL implementation by Ollie Jones. With a Rest API example and support for an exi...

Results 5 geo-query issues
Sort by recently updated
recently updated
newest added

Can also a geo query be performed that looks for points inside a polygon/shape/region?

enhancement

I am getting 404 error. How do i get this to work correctly? Am I doing something incorrect? See images attached for details. please Help!! function filter_queryby_currentcity( $query ) {...

To get the full optimization speed, we should support the `geo_query `of `WP_Query` to read data from a custom database tables.

enhancement

Is it possible to use this query in conjunction with other meta queries with a relation of OR? For example, I need to pull in a bunch of listings based...

enhancement
maybe-later

Instead of: ``` $args = [ 'geo_query' => array( 'order' => 'DESC', // Order by distance ], ]; $query = new WP_Query( $args ); ``` we should use the ordering...

enhancement