Skip to content

Instantly share code, notes, and snippets.

@dannewns
Created December 12, 2014 10:41
$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