Hello. I’m working on adding events this week functionality to a client’s website but have hit a snag. The problem is that we are using a custom date field (event-date) and the display by week code is acting on the default date from the entry. Here is the channel tag:
{exp:channel:entries channel="events" dynamic="no" orderby="event-date" sort="desc" status="not closed" display_by="week" limit="1" show_future_entries="yes" show_current_week="yes"}My question is, how can I make the display by code for the week use the event-date field instead of the default date field?
Thanks in advance.