Test T Query
// WP_Query arguments $args = array ( 'post_type' => 'testimonial', 'post_status' => 'published', ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array ( 'post_type' => 'testimonial', 'post_status' => 'published', ); // The Query $query = new WP_Query( $args );