This plugin adds location information to your posts and pages.
I like it but there is a bug needs fixing.
GeoTag.php line 305 - the shortcodeHandler function needs to import the global $post or the query doesn't know the post id and fails.
function shortcodeHandler($attrs) {
global $wpdb;
global $post;
After that it appears to work...
Also now appears to integrate with wp mobile apps so you can geotag when you post and have it put on a map.
You must log in to submit a review. You can also log in or register using the form near the top of this page.