Hello @elliot,
When we’re creating a new page link field, we can choose which post types can appear in this select field options. To the situation below consider that there are 3 custom post types registered, in this order:
– PRODUCTS
– NEWS
– STORES
Only the 3 CPTS above were selected to the page link field.
By default, the appearance of this field in the backend is:
PRODUCTS (first post type registered and selected)
- first post of products
- second post of products
- ... (in a ASC order by title)
NEWS (second post type registered and selected)
- first post of news
- second post of news
- ... (in a ASC order by title)
STORES (third...)
- first post of stores
- second post of stores
- ... (in a ASC order by title)
About this situation:
1) is it possible to change the order of the posts for each group of options? (by default, they are in ASC order by title – For example, ordering by date/DESC?
2) is it possible to change the group order?
the both questions could be a great new resource for the pagelink field options, but for now, there some ACF action that could change the default behavior?