Skip to content

Instantly share code, notes, and snippets.

@Tabrisrp
Created June 3, 2015 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tabrisrp/1b70c9c4b56cc9df217e to your computer and use it in GitHub Desktop.
Save Tabrisrp/1b70c9c4b56cc9df217e to your computer and use it in GitHub Desktop.
Related geo posts
<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