Meta Box
91Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields fo...
Add location coordinates to your post types.
The Address Geocoder plugin allows you to attach geographical coordinates to your posts, pages, and custom post types in WordPress. By entering an address into a metabox and clicking 'Geocode', the plugin uses the Google Maps API to convert the address into latitude and longitude coordinates. A Google Maps API key is required for functionality.
This plugin is suitable for users who need to integrate location data into their WordPress content, such as real estate agents, travel blogs, or any site that requires mapping features.
Best for: This plugin suits users needing to add geolocation data to their WordPress content.
What it does well
Where it falls short
Address Geocoder offers a straightforward solution for adding location data, but its reliance on an external API and lack of recent updates may be a concern for some users.
Marty Spellerberg's own description of Address Geocoder, lightly tidied.
The Address Geocoder plugin lets you attach coordinates to your posts, pages, and custom post types. On your edit screens, simply enter an address into the metabox and hit “Geocode”.
This plugin uses Google Maps API v3 to translate an address to lat/lng coordinates. A Google Maps API key is required.
Access your data in the loop using the following functions, with the post ID passed as a parameter. For the full coordinates (in brackets):
<?php echo get_geocode_latlng( $post->ID ); ?>
For the Latitude:
<?php echo get_geocode_lat( $post->ID ); ?>
For the Longitude:
<?php echo get_geocode_lng( $post->ID ); ?>
For the Address:
<?php echo get_geocode_address( $post->ID ); ?>
Other plugins for maps and locations.
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields fo...
The easiest to use WordPress map plugin! Create a custom map, map block, store locator or map widget with high...
Real-time WordPress analytics that stay on your own server: pageviews, outbound links, WooCommerce funnels, al...
Create custom interactive maps with free Leaflet-based styles, no Google Maps API key, frontend marker submiss...
An easy to use location management system that enables users to search for nearby physical stores.
Interactive maps and markers on your posts and pages with simple shortcodes.