WP_Query Generator March 8, 2019 Public Yohan FOLLAIN Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone test // WP_Query arguments $args = array( 'post_type' => array( 'product' ), ); // The Query $query = new WP_Query( $args );