Hi
I require assistance on customising the event template so that the Tickets section moves to above the comment section.
As per a previous forum topic, I used the code supplied by User Noel. It works perfectly but puts the Tickets section below the feature image.
remove_action('tribe_events_single_event_after_the_meta', array(TribeWooTickets::get_instance(), 'front_end_tickets_form'));
add_action('tribe_events_single_event_before_the_content', array(TribeWooTickets::get_instance(), 'front_end_tickets_form'));
Permalink to prev forum post