$cat, 'post_status' => 'publish', ); $query = new WP_Query($args); while ($query->have_posts()) : $query->the_post(); get_template_part( 'template-parts/content', 'testimonial' ); endwhile; wp_reset_postdata(); ?>