WP_Query Generator May 30, 2017 Public Iaroslav A Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone post // WP_Query arguments $args = array( 'post_type' => array( 'post' ), ); // The Query $query = new WP_Query( $args );