0){
$testimonial = new WP_Query(array('cat' => $the100_testimonial_cat,'post_status'=>'publish','posts_per_page' => 3));
if($testimonial->have_posts()){
echo "
";
while($testimonial->have_posts()){
$testimonial-> the_post();
echo "
";
echo "
";
the_excerpt();
echo "
";
echo "
";
if(has_post_thumbnail()){
echo "
";
the_post_thumbnail('the100-square');
echo "
";
}
the_title( '
' );
echo "
";
echo "
";
}
echo "