Google Maps TO is a plugin that will draw a Google Map on your page/post that will include field called google_map_latlng with the values of latitude,longitude.
So for example -12.9703817,-38.5123820 will draw a map of Salvador in Brazil on the page/post that include that Latitude,Longitude as values for google_map_latlng field.
To get this working you need a Google Maps API Key. This can be retreived from
http://code.google.com/intl/sv/apis/maps/signup.html
You will have to include that code under Settings -> Google Maps API key.
This section describes how to install the plugin and get it working.
- Upload
google-maps-to.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Insert Google MAPS API Key under "Settings->Google Maps API Key"
- Under the post/page you want a map, then insert custom field google_maps_latlng with value of Latitude,Longitude of position.