WP_Query Generator January 3, 2021 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone is type1 // WP_Query arguments $args = array( 'post_type' => array( 'type1' ), ); // The Query $query = new WP_Query( $args );