WP_Query Generator May 28, 2017 Public Philip Hanekom Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Classifieds // WP_Query arguments $args = array( 'name' => 'classifieds', ); // The Query $query = new WP_Query( $args );