I have an entry in a “calendar” channel that I would like to display in the sidebar only on week days. Is it possible to do something like
{if {current_time format="%D"} == "Mon" OR {current_time format="%D"} == "Tue" }
display the title here
{/if}If not, is there another way that I could do this?
Thanks!
Todd