• 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.

  • The topic ‘I Like it but there is a show stop bug in 0.9.6’ is closed to new replies.