Single page displaying global map
-
Alrighty. I created the custom-post-type powered taxonomy “venue” using CPT-onomies. Each “venue” has an associated GeoMashup map and archive page that displays all posts associated with that venue.
The global map displays fine, and links go to the correct CPT pages.
However, on the venue archive page, the global map is still displayed. I’ve tried
map_content=single
, but then the map disappears completely. I’m also unable to display the location info on the single page.I thought
open_object_id
might be able to help me pull the correct single map, but no luck so far.I also tried centering the global map on the current post as described here:
https://snipplr.com/view.php?codeview&id=28178However that just displays the regular global map as well, as if the venue has no map associated with it.
Any ideas?
- The topic ‘Single page displaying global map’ is closed to new replies.