Change the way events_list looks using shortcode
-
My client wants their event listing to look like the one on their old website. https://relationshipbydesign.com/schedule/. Namely, the don’t want the name of the event to show for each one – they want the heading to be the name of the workshop and then a list of upcoming workshops with just the date, the location and a “register” button. I’ve worked out the first part but the trouble I’m having is getting the link to display with the words “Register Now” instead of the title of the event.
[events_list category=”23″]
<table style=”width: 861px; height: 31px;”>
<tbody>
<tr>
<td style=”width: 289px;”>#_EVENTDATES</td>
<td style=”width: 247px;”>#_LOCATIONNAME</td>
<td style=”width: 307px;”>?#_EVENTLINK</td>
</tr>
</tbody>
</table>
[/events_list]
- The topic ‘Change the way events_list looks using shortcode’ is closed to new replies.