Hi there!
We have a unique case in which we want the most recent 4 posts of a custom post type, but we want to display those 4 posts from oldest to newest.
So we have limit=4, orderby=DESC/Date. That gets us the right data set, but we’d like to loop through them backwards if that makes sense?
Thanks so much!