I would like to replace entry dates with “Today” in an event calendar.
This is as close as I could get on my own.
{if entry_date == current_time}Today{if:else}{entry_date format="%l, %F %d"}{/if}I know this won’t work. Any ideas on how I can do this?
Thanks!