[Plugin: Events Manager] Custom view sorted by Date then by location Display date once
-
I am trying to create a page where all of the events are sorted by date and then by location
<h2>April 12th</h2>
Foreach event under april 12th {
<h3> Location: St Barts Church </h3>
<p>Collect the aster eggs | 3:00 – 7:00</p><h3> Location: Eddy’s Egg Painting Supplies </h3>
<p>It’s time to pain | 3:55 – 5:00</p>}
<h2>April 13th</h2>
Foreach event under april 13th {
<h3> Location: St Barts Church </h3>
<p>Sunday Worship | 9:00 – 12:00</p>}
The problem is that I am completely lost, it does sort them by date and by location, but how do I break away location and date so that each show above their respective listings?
- The topic ‘[Plugin: Events Manager] Custom view sorted by Date then by location Display date once’ is closed to new replies.