We can order pages by title.
Also we can sort them by menu_order.
Is it possible, to order pages by menu_order and title at the same time?
We can order pages by title.
Also we can sort them by menu_order.
Is it possible, to order pages by menu_order and title at the same time?
Use 'orderby' => 'title menu_order'
or &orderby=title menu_order
(depending of the syntax you use for your query parameters).