{if date('today', 'l')='Wednesday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{else}
[link][show-image][/link]
{/if}
{articles category="Shows" status="Current" ordering="day-of-the-week ASC"}
<div class="uk-width-1-1">
{if day-of-the-week:text='Monday'}
<h3 class="uk-card-title uk-margin-remove-bottom">Monday</h3>
{elseif day-of-the-week:text='Tuesday'}
<h3 class="uk-card-title uk-margin-remove-bottom">Tuesday</h3>
{elseif day-of-the-week:text='Wednesday'}
<h3 class="uk-card-title uk-margin-remove-bottom">Wednesday</h3>
{elseif day-of-the-week:text='Thursday'}
<h3 class="uk-card-title uk-margin-remove-bottom">Thursday</h3>
{elseif day-of-the-week:text='Friday'}
<h3 class="uk-card-title uk-margin-remove-bottom">Friday</h3>
{elseif day-of-the-week:text='Saturday'}
<h3 class="uk-card-title uk-margin-remove-bottom">Saturday</h3>
{/if}
{if date('today', 'l')='Monday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{elseif date('today', 'l')='Tuesday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{elseif date('today', 'l')='Wednesday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{elseif date('today', 'l')='Thursday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{elseif date('today', 'l')='Friday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{elseif date('today', 'l')='Saturday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{elseif date('today', 'l')='Sunday'}
[link][show-image style="border: 5px solid yellow;"][/link]
{else}
[link][show-image][/link]
{/if}
</div>
{/articles}