Skip to content

Instantly share code, notes, and snippets.

@jhned
Created November 23, 2013 17:07
Show Gist options
  • Save jhned/7617252 to your computer and use it in GitHub Desktop.
Save jhned/7617252 to your computer and use it in GitHub Desktop.
Make sure you get a post that has a featured image via the get_posts function. Stick this in your $args array.
'meta_query' => array(array('key' => '_thumbnail_id'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment