This document discusses using geolocation data in WordPress. It describes capturing location data by inserting latitude and longitude values for posts either manually or by geocoding addresses. The data can then be used in queries to filter posts by location or order by distance, and to display maps. Storing the data in a separate indexed database table improves query performance. Visitor location can be obtained from IP addresses or browser GPS.