WP_Query Generator

// WP_Query arguments
$args = array(
);

// The Query
$query = new WP_Query( $args );