array( 'xylus-testimonial' ), 'post_status' => array( 'publish' ), 'posts_per_page' => -1 ); // The Query $query = new WP_Query( $args ); // The Loop if ( $query->have_posts() ) { ?>