Listify – default to published

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