Skip to content

Instantly share code, notes, and snippets.

@dannewns
Created December 12, 2014 10:41
Show Gist options
  • Save dannewns/d00180acf012eb6ab94b to your computer and use it in GitHub Desktop.
Save dannewns/d00180acf012eb6ab94b to your computer and use it in GitHub Desktop.
$args = array('post_type' => 'review', 'post_status' => 'publish', 'orderby' => 'rand', 'per_page' => 1);
$review = new WP_Query();
$review = $review->query($args);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment