Add option to sort posts by a number field #1329
andergmartins
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have implemented a workaround for a user:
Which sorts the posts by an editorial metadata field called "position". This is not the best solution because it forces to join the metadata table on every post request.
Maybe we could use the field "menu_order" for that?
It can be enabled for posts using :
But this is not working for Gutenberg, which changes the field value to 0 on every post save.
But we could map a special custom field to that post field and display it as editorial metadata.
We should allow only one field of that type, until we don't provide custom set of fields based on post type or categories.
Beta Was this translation helpful? Give feedback.
All reactions