I have 2 instances where I’m using {reverse_related_entries sort="desc" orderby="entry_id"}.
The first was setup months ago and is working as expected. The new one however is listing my items in a different order. What is interesting an likely the problem is the entry_ids start with values less than 100 and then continue past 100. The order that things are displayed is 99, 98, 97,96… once it hits the last one, it starts with 125, 124, 123…
It appears to be a bug where the ordering is comparing strings not values.
Please advise.
Thanks,
Jeff
I’m using version 2.5.2