Closed pierre-dickinson closed 9 years ago
Hi, Until now it wasn't possible to show users without location in the search results. Since GEO my WP 2.5 it is possible when performing a search and the location field is empty.
you will need to add_filter( 'show_users_without_location', '__return_true' );
to the functions.php file in order to enable this functionality.
Note that this is the initial release of this feature so please let me know if you are getting into any issues.
That's great, i keep you informed about this feature. Thanks for script.
Hi, I'm using a geomywp search form (in a widget) combined with Buddypress xprofile fields, but i can't search for a member unless this member has a location recorded, how can i set the "location field" as "unrequired" ?