Yeah, e.g., [bgmp-map placemark="105" center="chicago" zoom="10" type="terrain"]. See https://ww.wp.xz.cn/plugins/basic-google-maps-placemarks/installation/ for examples of all the parameters.
Thread Starter
norboo
(@norboo)
Ian, thanks for your reply.
I think I wasn’t very clear in my previous post.
I want to accomplish something like this:
[bgmp-map placemarks="105,106,107" center="chicago" zoom="10" type="terrain"]
How can I get multiple Placemarks by their IDs at once?
Ah, you’re right, that only allows a single ID.
There’s no shortcode parameter for multiple IDs, but if you want to write a little PHP you could use the bgmp_get-map-placemarks-query filter to change the parameters that get passed to get_posts in the getMapPlacemarks() function.