[events_list_grouped] problem turning it into a table format
-
Hi Everyone, I’m having some problems turning the default [events_list_grouped] list into a table format. When I format my header and footer everythinh goes well but the Breackups <h2> tags stays out of the table. here is an example:
<h2>MONDAY</h2>
<h2>TUESDAY</h2>
Event 1 that belong to Monday
Event 2 that belong to Monday
Event 3 that belong to Monday
Event 1 that belong to Tuesday
Event 2 that belong to Tuesday
Event 3 that belong to Tuesdayhere is my shortcode
echo do_shortcode('<table cellpadding="0" cellspacing="0" class="events-table"><thead><tbody><tr><th class="event-time" width="*">NAME</th><th class="event-description" width="151">LOCATION</th></tr>[events_list_grouped mode="daily"]<tr><td><a href="#_EVENTURL">#_EVENTNAME</a></td><td>#_LOCATIONNAME</td>[/events_list_grouped]</tbody></table>')
Thanks for your help!
Guillermo
- The topic ‘[events_list_grouped] problem turning it into a table format’ is closed to new replies.