• Resolved ulir

    (@ulir)


    In my settings I formatted the header of a location events list with the following code
    <table class="events-table"><thead><tr><th class="event-time" width="150px">Date/Time</th><th class="event-description">Event</th></thead></tr><tbody>
    This works very well.
    I’d like to add this caption to the header (before the thead-tag)
    <caption>Next event at #_LOCATIONNAME</caption>
    Unfortunately this does not work. I can output the text inside <caption>, but the placeholder #_LOCATIONNAME is not replaced with the corresponding location
    How can I solve this?

    • This topic was modified 5 years, 3 months ago by ulir.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting events list in single location page’ is closed to new replies.