Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eliasen

    (@eliasen)

    Oooops! Link: https://goo.gl/knrdoZ

    Plugin Support angelo_nwl

    (@angelo_nwl)

    try shortcode [events_list_grouped mode=”daily”] – https://wp-events-plugin.com/documentation/shortcodes/

    e.g.

    [events_list_grouped mode="daily" format_header='<table cellpadding="0" cellspacing="0" id="current-events" ><thead><tr><th id="event-time" width="150">Date/Time</th><th id="event-description" width="*">Event</th></thead><tbody>' format_footer='</tbody></table>']
    <tr>
    	<td>
    	#_{d/m/Y} #@_{ - d/m/Y}<br/>
    	#H:#i -#@H:#@i
    	</td>
    	<td>
    		<div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{100,100}</div>
    		#_EVENTLINK<br/>
    		<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
    	</td>
    </tr>
    [/events_list_grouped]

    Thread Starter eliasen

    (@eliasen)

    That did the trick!

    Thanks a bunch, angelo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Grouped events list in tables’ is closed to new replies.