Good morning! I’ve added a series of events, some with multiple datetimes, and would like to display them in list format. Currently have this shortcode on the page:
It turns out that the table view template is designed to show the next upcoming datetime instead of all the date times. You can change the template so that it displays a list of datetimes though.
If you look in /plugins/eea-events-table-view-template/templates/espresso-events-table-template-toggle.template.php on line 106:
You can change the last part where it says echo $startdat; to be:
espresso_list_of_event_dates( $post->ID );
Then you can copy your modified template over to /wp-content/uploads/espresso/templates and it will load from there. Loading the template from the alternative location will keep it safe from getting overwritten on an update.
Thanks for the quick response, Josh! Unable to copy/move/upload the file due to permissions issue. Hoping it works once the permissions issue is resolved!
Viewing 2 reply threads
The support post ‘Events Table View Templlate Add-On Multiple Datetime not Displaying’ 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.