'post', 'cat' => $testimonial_category, 'order' => 'DESC'); $testimonial_query = new WP_Query($testimonial_args); if ($testimonial_query->have_posts() && $testimonial_category) : ?>

    have_posts()) : $testimonial_query->the_post(); $img = wp_get_attachment_image_src(get_post_thumbnail_id(), 'thumbnail'); $img_src = $img[0]; $id = get_the_ID(); ?>