Are you talking about the order they appear in the admin menu? Or how the posts appear on the frontend, making use of the user-set menu order parameter when publishing?
The first one has parameters available as part of the registration process. The second one depends on you setting the order
and order_by
parameters for the custom WP_Query being used to display the content.
Hi Michael @tw2113 ,
My bad, I should’ve specified…
I mean in the admin, when i click on a custom post ‘quick edit’ button is it possible to have the menu order field were i can enter numbers for the order?
Cheers,
Allan
I have to assume it can be done, but it’s not something that CPTUI has any sort of setting for. my best guesses are that it’d be a custom solution that there could be already published tutorials for.
Thanks Michael @tw2113 ,
No worries, just wanted to check if it was something the plugin could do before i added some custom code in.
Cheers,
Allan