Hi,
I’m trying to add a couple of pieces of the meta data to the top of the single event page but can’t figure out what I’m doing wrong as anything I put in either fails or just doesn’t show up.
Basically I need to add ‘event category’ and ‘city’ up top, before the price. I’m adding it in here, but I can’t find how to just add the city name, rather than the whole meta block.
<div class="tribe-events-schedule updated published tribe-clearfix">
<?php echo tribe_events_event_schedule_details( $event_id, '<h2>', '</h2>' ); ?>
<?php if ( tribe_get_cost() ) : ?>
<span class="tribe-events-divider">|</span>
<span class="tribe-events-cost"><?php echo tribe_get_cost( null, true ) ?></span>
<?php endif; ?>
</div>
If you can point me in the right direction or let me know the appropriate strings that would be fantastic.
Regards, Iain