Formatting events list in single location page
-
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?
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.