So I have a project that I like to know what is the best way to accomplish it.
I have these channel entries that I like to output them base on dates, so the output would look like the below.
Nov 17, 2011
entry A
entry C
Nov 16, 2011
entry H
entry F
Nov 15, 2011
entry D
entry G
The “date (Nov 15, 2011)” should be added it automaticaly on the search result.
What parameters and variable pairs I should pay attention to can allow me to accomplish this.
I could not find much information from the user guide about this.
Thanks EE Gurus.