Created
June 3, 2015 11:41
-
-
Save remyperona/1b70c9c4b56cc9df217e to your computer and use it in GitHub Desktop.
Related geo posts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2 class="mw1140p center"><?php _e( 'Discover more posts around here', 'guide-japon' ); ?></h2> | |
<?php $single_coordinates = GeoMashup::post_coordinates(); | |
echo GeoMashup::map( array( 'map_content' => 'global', 'near_lat' => $single_coordinates['lat'], 'near_lng' => $single_coordinates['lng'], 'radius_km' => 10, 'center_lat' => $single_coordinates['lat'], 'center_lng' => $single_coordinates['lng'], 'height' => 400, 'marker_select_center' => 'true' ) ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment