Geo tagging not working
-
Plugin version 2.1
Geo tagging not working.
Page always contains “<!– OSM plugin V2.1: did not add geo meta tags. –>”
I think the problem in the commented line:
[code]function wp_head($not_used)
...
$lat = '';
$lon = '';
...
// list($lat, $lon) = explode(',', $PostLatLon); produced warning on some blogs ToDo
[/code]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Geo tagging not working’ is closed to new replies.