Hello,
I have content on my website that is retrieved from a database.
I have managed to only output entries from the current month. However, i also want to list other months like this :
May
April
Febuary
December
So the months will be listed where there is an entry.
The only way i can think of doing this is like this:
Loop through entries NOT from this month
* If the month of entry doesnt exist in array, then add.
Then at the end output all entries from the array.
Anyone have any other ideas about how this could be done ?