Support

Home Forums Event Espresso Premium Events Table View Templlate Add-On Multiple Datetime not Displaying

Events Table View Templlate Add-On Multiple Datetime not Displaying

Posted: December 5, 2014 at 11:54 am

Viewing 2 reply threads


Robert Clarke

December 5, 2014 at 11:54 am

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:

[ESPRESSO_EVENTS_TABLE_TEMPLATE category_slug=”referendum” show_expired = FALSE order_by = start_date category_filter = false table_search = false]

It displays each event, but only the first date time for each. Any idea how to display all date times for every event in list format?


Josh

  • Support Staff

December 5, 2014 at 12:36 pm

Hi Robert,

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.


Robert Clarke

December 8, 2014 at 11:44 am

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.

Event Espresso