• Resolved jthoma5

    (@jthoma5)


    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 changes

    Im 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]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Event List layout with prices’ is closed to new replies.