Hi,
I have table of event list for future events and now I created a separate page for showing past events list but I want to use the same table formatting as I have for future events.
Any idea? I am using shortcode for past events list [events_list scope="past" order="DESC"]
Future event
<table cellpadding="0" cellspacing="0" class="events-table" >
<thead>
<tr>
<th class="event-time" width="150">Date/Time</th>
<th class="event-description" width="*">Event.</th>
</tr>
</thead>
<tbody>
<tr>
<td>
#_EVENTDATES
#_EVENTTIMES
</td>
<td>
</tbody></table>