Title: Pro Version Center Map
Last modified: September 1, 2016

---

# Pro Version Center Map

 *  [tabby1011](https://wordpress.org/support/users/tabby1011/)
 * (@tabby1011)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pro-version-center-map/)
 * Hi
 * I am trying to center the map on a different page with a different location.
 * I was reading through [https://wordpress.org/support/topic/center-map](https://wordpress.org/support/topic/center-map).
   
   Quote “I see. In this case you can pass center_latitude and center_longitude 
   to the shortcode.
 * [put_wpgmp id=1 center_latitude=123456789 center_longitude=123456789]
 * I think i should advice you this solution at the first :)”
 * When I tried entering this shortcode it just loads me the whole map but doesn’t
   center it to where I want it to go. Any suggestions?
 * Thanks
 * [https://wordpress.org/plugins/wp-google-map-plugin/](https://wordpress.org/plugins/wp-google-map-plugin/)

Viewing 1 replies (of 1 total)

 *  [erdivyang10](https://wordpress.org/support/users/erdivyang10/)
 * (@erdivyang10)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pro-version-center-map/#post-7569351)
 * Hello,
    You can use following codes for map center
 * add_filter(‘wpgmp_map_options’,’update_center_location’,1,2);
    function update_center_location(
   $map_options,$map_id) { //modify map’s center location. if(is_single()) { global
   $post; $meta_fields = get_post_meta($post->ID); $map_options[‘center_lat’] = 
   $meta_fields[‘_wpgmp_metabox_latitude’]; $map_options[‘center_lng’] = $meta_fields[‘
   _wpgmp_metabox_longitude’]; return $map_options; } return $map_options; } You
   have to put this codes in functions.php of your currently activated theme. Please
   try this and let me know.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Pro Version Center Map’ is closed to new replies.

 * ![](https://ps.w.org/wp-google-map-plugin/assets/icon-256x256.gif?rev=3111000)
 * [WP Maps - Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters](https://wordpress.org/plugins/wp-google-map-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-google-map-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-google-map-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-google-map-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-google-map-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-google-map-plugin/reviews/)

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [map](https://wordpress.org/support/topic-tag/map/)
 * [pro](https://wordpress.org/support/topic-tag/pro/)

 * 1 reply
 * 2 participants
 * Last reply from: [erdivyang10](https://wordpress.org/support/users/erdivyang10/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/pro-version-center-map/#post-7569351)
 * Status: not resolved