Problem with zoom and center map
I have a problem with the query on wpgeo_map. You can not set the zoom and center.
Ah, I think you might still be using the Google API v2? Please check your WP Geo Settings.
If you are you should switch the WP Geo settings to use the v3 api as Google are stopping support for v2 and it will be removed completely in a future version of WP Geo.
Now I am sure that I have a Google API v3 but I have the same problem. this is the code
'distributore', ); if ( function_exists( 'wpgeo_map' ) ) wpgeo_map($args); ?>Thanks in advance
Are you trying to show a map with all 'distributore' posts? Or a map of a single 'distributore' post on a single page?
Both. I want to use a map to the single 'distributore' post and a map to all 'distributore' posts
Are you trying to show a map with a single marker for the location of the current post? Or a map of all 'distributoire' markers?