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