Hi Leon, I’m not sure to understand well your answer..
I put this code (posted below) into the loop of single.php But the map show all the map’s post.
I need to show just the place of the current post.. not all the posts’place..
Thank for an answer and sorry for my bad english!
<?php if ( function_exists( 'pronamic_google_maps_mashup' ) ) {
pronamic_google_maps_mashup (
array(
'post_type' => 'guida'
),
array(
'width' => 615,
'height' => 400,
'nopaging' => false
)
);
}
?>