I have a CPT for fixtures. I then have a custom taxonomy for venues. When viewing the a venue's single page I want to show it's details and also the map but I need help in achieving that.
I'm using the latest Oxygen 3.9 Beta 1 which has full Meta Box support and I've created a template for the venue single page but just can't see how I can display the map.
I've created the two fields correctly - one for the address and then used that field in the map marker field and the map is showing and saving perfectly in the WP admin area. It's the frontend I'm struggling with.
I've tried placing a text field in the template and adding a MB custom data in there but it's not displaying anything.
What's the technique for this? Is there custom code I can use instead? I've also tried creating a MB View containing {{ term.map_marker.rendered }}
and then put the shortcode into the template but that doesn't display anything either.