'', 'show_perpage' => '', 'testi_type' => '', ), $atts)); $args = array( 'post_type' => 'testimonial', 'posts_per_page' => $testi_pagging, ); $loop = new WP_Query( $args); wp_reset_postdata(); $id_testi = "testi_id_".rand(1111,9999); if (!$show_perpage) { $class = "testi-half-hard"; }else{ $class = ""; } ?>