'post', 'posts_per_page' => -1, 'post_status' => 'publish', 'order' => 'desc', 'orderby' => 'menu_order date', 'category_name' => $testimonial_category, ); $testimonial_query = new WP_Query($testimonial_arg); if( $testimonial_query->have_posts() ) : ?>
have_posts() ): $testimonial_query->the_post(); ?>