Hello.
I have a question - is it possible to order favorites by date they were added to favorites (not to the site!) - specifically pictures added to favoriest first displayed on first page, and the latest on last?
I have tried order:set_asc (although I guess it works only for sets?), but it sorts by date the image was added to the *site* (so posts from today at the first page) - which is basically same as order:id for favorites.
Theoretically, I could go to the last page and go backwards to the first, but each time I add new image, it will push rest of the images back.
Can someone help me find correct tag to do this?
Updated