Hi guys I would like to move the course date as shown in this screenshot ( ). I tried to find it in the templates myself but I just could not figure it out. Please help!
I don’t know which WordPress theme that you use, so the directions I give you here might have to be altered a bit. Here’s how you can make your own custom Single Event template, where you can place things in the order you want:
1) Open up your theme, and make a copy of page.php, then rename the copy to single-espresso_events.php.
2) Inside the loop, replace whatever is in there with this: espresso_get_template_part( 'content', 'espresso_events' );
3) Open up the Event Espresso plugin and look for a /public folder, in the /public folder you’ll find Espresso_Arabica_2014. In there, you’ll find a file named content-espresso_events.php. You copy this file to your theme.
4) You modify content-espresso_events.php to your specifications.
If your theme is actively updated, it’d be best to create a child theme, so you don’t lose your modifications.
Viewing 2 reply threads
The support post ‘Move Course Date on 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.