Skip to content

Instantly share code, notes, and snippets.

@turtlepod
Created November 14, 2017 08:28

Revisions

  1. turtlepod created this gist Nov 14, 2017.
    7 changes: 7 additions & 0 deletions some.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <?php
    return array(
    'post_type' => 'job_listing',
    'orderby' => array( 'menu_order' => 'ASC', 'date' => 'DESC' ),
    'order' => 'asc',
    'post_status' => 'publish'
    );