My View has a field to enter a date for an event. However, I want to be able to enter more than one date for that event in case we hold it later in the year.
For example, "Event A", has dates January 1 and February 15. The way I have it setup now is to have the Event Date Field 'allow multiple instances'.
But when I display my view, it only lists one event, on the same row, with the two dates right next to each other.
I want it to go…
January 1 – Event A
January 2 – Event B
February 15 – Event A
Right now it does (which I don't want)…
January 1 February 15 – Event A
January 2 – Event B
I have my loop starting with this:
<wpv-loop wrap="2" pad="true">
Any help would be appreciated.
Thanks,
Conrad