Show table Weekly on repeat
-
I would like to show a table on each day of a week, its actually a schdule for programs and their time. repeating on the same day of week. Here is the code i’m using. Please let me know if is correct . Thank you
[time-restrict-repeat type=”weekly” onday=”monday” offday=”tuesday””wednesday””thursday””Friday””saturday””sunday”]
<table>
<tbody>
<tr>
<td>9:00</td>
<td></td>
</tr>
<tr>
<td>10:00</td>
<td></td>
</tr>
<tr>
<td>11:00</td>
<td></td>
</tr>
<tr>
<td>12:00</td>
<td></td>
</tr>
<tr>
<td>4:00</td>
<td></td>
</tr>
<tr>
<td>6:00</td>
<td></td>
</tr>
</tbody>
</table>[/time-restrict-repeat]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show table Weekly on repeat’ is closed to new replies.