WP_Query Generator October 4, 2017 Public Antonio Di Nardo Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Mostre // WP_Query arguments $args = array( 'post_type' => array( 'mostre' ), ); // The Query $query = new WP_Query( $args );