Hello Folks,
As per usual I have suggested an idea for a clients site and they loved it. I’m now struggling to make it work. I think I just need a fresh pair of eyes.
Basically they do some classes and would like a little box displaying what is coming up. So I have a channel set up which holds the name of the class and the time the class runs from and too (this info is used also elsewhere). I have categories setup for the days of the week.
I thought by using something like this:
{if {current_time format="%D"} == "Mon" }
{exp:channel:entries channel="timetable" category="11" order_by="entry_id" sort="asc" disable="pagination|member_data"}
Channel stuff here
{/exp:channel:entries}
{/if}
I would be able to control which day of the week will display i.e. if today = Monday I can display Tuesday.
But it just doesn’t work, I’ve also tried the conditional in side the channel tag still nothing. So please any fresh idea’s would be great.
Thanks