Event List layout with prices
-
I am trying to customise the event list layout to not only show the date time and event but also the price,
I have gone to settings>formatting tab and made the following changesIm unsure if i have added the correct shortcode as I cannot find any topic or documentation that shows how to do this.
Default event list format header –
<table class=”events-table” >
<thead>
<tr>
<th class=”event-time” scope=”col”>Date/Time</th>
<th class=”event-description” scope=”col”>Event</th>
<th class=”event-price” scope=”col”>Price</th>
</tr>
</thead>
<tbody>Default event list format –
<tr>
<td>
#_EVENTDATES<br/>
#_EVENTTIMES<br/>
#_EVENTPRICE
</td>
<td>
#_EVENTLINK
{has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
</tr>I am relatively new to this plugin so bear with me as Im not quite sure the shortcode is correct.
The page I need help with: [log in to see the link]
The topic ‘Event List layout with prices’ is closed to new replies.