Untitled Snippet
// WP_Query arguments $args = array( 'orderby' => 'rand', 'tax_query' => array( array( 'taxonomy' => 'section', 'terms' => 'section', ), ), ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array( 'orderby' => 'rand', 'tax_query' => array( array( 'taxonomy' => 'section', 'terms' => 'section', ), ), ); // The Query $query = new WP_Query( $args );