<?php
return array(
'post_type' => 'job_listing',
'post_status' => 'publish',
'orderby' => array( 'menu_order' => 'ASC', 'date' => 'DESC' ),
'order' => 'asc'
);
Code snippets for FacetWP
<?php
return array(
'post_type' => 'job_listing',
'post_status' => 'publish',
'orderby' => array( 'menu_order' => 'ASC', 'date' => 'DESC' ),
'order' => 'asc'
);