Default order should really by menu_order
-
Since this is a page hierarchy widget, it’s a bit odd it doesn’t sort by menu_order by default.
Otherwise, it’s the plugin I’ve been looking for! 😉
Adding this to the $args for each query would result in (at least my) expected behavior:
‘orderby’ => ‘menu_order’,
‘order’ => ‘ASC’,Or you could add a drop down to the widget to allow sorting to be configured. Happy to provide a patch for that if you’d consider adding it.
Any chance this will make it into a release?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Default order should really by menu_order’ is closed to new replies.