I am trying to reverse the order of display of datetimes and tickets on single event pages. What EE4 template do I need to alter to achieve this? I thought it would be content-espresso_events.php in Espresso_Arabica_2014, but it would seem not, as I have made changes here and nothing changes on the page.
Event Espresso uses your theme to output the event data as we filter the_content() to add the details.
The Arabica child theme is an example of how you can output EE specific pages using your theme, EE does not use these files to output the data. Editing templates from within the plugin directory would also need to be re-done after each Event Espresso update as the changes will be overwritten.
You can however change the order of the single event output using a function like this:
The support post ‘Changing order of tickets and datetimes on single event page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.