Currently in the EE4 events table view, it shows the start date and time. I would like to show the start and end dates, and if possible, the start and end time as well. Is there a modification to the shortcode that can accomplish this? This is what I have now: [ESPRESSO_EVENTS_TABLE_TEMPLATE order_by = start_date table_search = false table_paging = false table_style limit = 30 = metro]
It can be done but would require modifications to the core code of the template.
If you are comfortable working with PHP I can give you a breakdown of how to add in the extra columns, otherwise you may wish to contact your web developer for assistance (it should be fairly straightforward for a PHP developer to figure out).
Please note that updates to the template plugin will over write any changes made.
If you open up the espresso-events-table-template.template.php file you’ll find where it prints the event start date on this line:
Along with that, you can can copy your custom template to wp-content/uploads/espresso/templates/ and you won’t lose your changes the next time there’s an update.
Since this topic is resolved, I am going to close it. If you have anymore questions or issues, please start a new topic and we will be happy to help there. 🙂
Viewing 5 reply threads
The support post ‘How to show start and end dates in EE4 Table View’ 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.