/ Published in: PHP
This template code will work only in the WordPress Loop to include a map if the Geo Mashup plugin is active and the current post has a location.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $coordinates = GeoMashup::post_coordinates(); echo GeoMashup::map(); } ?>
URL: http://code.google.com/p/wordpress-geo-mashup