The DynamicSync template engine allows you to create almost any layout and style for displaying your event information on your website.

Example:



 

Step 1. Create your template

Create a template directory (e.g. ds_templates) under the public_html directory of your website.
In this directory your new template file (e.g. eventRow.tpl) with the following code:

<tr>
  <td>{$start_date} @ {$start_time}</td>
  <td><a href="/event-registration/?edId={$event_date_id}">Register</a></td>
</tr>


 

Step 2. Add event template shortcode

Add the follwing to your page or post as required:

<table>

</table>

 
This will produce the table layout as above.
You can use the same field names as for [dynamicsync_event_info].
You can also use urlEventDateId if required.