Hey all -
I’m trying to do something and can’t seem to figure it out using the basic exp:weblog:entries tag.
Wondering if there’s a way and/or if I’ll need to use a query?
Here’s the gist…
I would like to show my 3 most recent entries, but have them rendered in chronological order (oldest first).
If I limit 3, order by “date”, and sort “desc” I get the three most recent but they are listed in reverse chronological order (newest first).
If I limit 3, order by “date”, and sort “asc” they are listed in chronological order (oldest first) but they are the three least recent.
Hope that made sense. Any help appreciated.
TL
P.S. Page is here fwiw… http://sheenaholic.com/ ...though I don’t think it’s relevant for this post. Fortunately at the moment there are only three entries so I’m able to achieve the desired effect but this won’t be the case shortly.