bigb42
|
| Posted: 07/06/2003, 12:19 AM |
|
I am wondering if there is code to make the most recent post display first. I have a news page that displays 3 news stories. What i am wanting to do is sort the news stories as such aas the last three recent dated news stories are shown. I have it so it shows only three articles but it shows the stories from the first date in ascending order as such
12/5/2003
12/9/2005
12/10/4005
I want show it the other way
12/10/4005
12/9/2005
12/5/2003
Descending Oreder could someone please help
|
|
|
 |
RonB
|
| Posted: 07/06/2003, 3:52 AM |
|
set the order by to the datefield and set it to desc.
Ron
|
|
|
 |
|