I'm currently using the menu_order field in the DB to have some custom ordering of posts. I want to expose this field to the user via the admin section, like it is when editing a Page (in Page Attributes).
Is there a simple way to do this?
|
I'm currently using the menu_order field in the DB to have some custom ordering of posts. I want to expose this field to the user via the admin section, like it is when editing a Page (in Page Attributes). Is there a simple way to do this? | |||
|
feedback
|
Add that to your | |||||
|
feedback
|
|
This isn't the exact interface you're asking for, but you might like this. http://drewgourley.com/order-up-custom-ordering-for-wordpress/ It modifies the 'menu_order' field the same way you are, and it also allows you to set an option to auto sort all queries from specific post types, so you don't have to manually set the 'orderby' and 'order' arguments when getting posts. | |||
feedback
|