Hi,
I’m not sure how to phrase this, or even if what I’m asking is possible, but here goes…
I have a custom post type (school) with various ACF fields. One of those fields stores a numerical value (can, and often does, have two decimal places) and I’d like a way to be able to ‘order’ the posts based on this fields value (starting with the highest) and assign each post a number (1-100) based on how they ‘rank’.
The caveat is that this needs to be done in the backend, or anywhere that isn’t visible, and just the rank number output into a separate ACF field.
Does that make sense? Is this possible?