Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2015 13:58
Show Gist options
  • Save anonymous/0503c65357a25d66b2e3 to your computer and use it in GitHub Desktop.
Save anonymous/0503c65357a25d66b2e3 to your computer and use it in GitHub Desktop.
$args = array(
'offset' => $offset,
'posts_per_page'=> $display_count,
'paged' => $paged,
'post_type' => 'resume',
'meta_query' => array(
array(
'key' => 'ratings_average',
'compare' => 'NOT EXISTS',
),
),
'order' => 'ASC',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment