Hi Cliff,
Thanks for your reply. I have been through the documentation and read all the information you have sent, but I cannot get my head around how to get the results I need, so I am stuck!
Yes I can code, but I need to add multiple fields to the page and I do not understand how to do that. Can you help with that?
I understand to add the venue I add the follwing to the single-event.php
$venue = array();
$getvenue = tribe_get_venue();
$venue['venue'] = $getvenue;
I add this to the output:
data-tribejson='<?php echo esc_attr( tribe_events_template_data( $post, $venue ) ); ?>'
But I need to add multiple fields to the output, so could you please give an example of how to do that?
Thanks,