query_posts('category_name=testimonials&posts_per_page=-1');
if ( have_posts() ) : while ( have_posts() ) : the_post();
echo "
“;
the_excerpt();
echo “
the_excerpt();
echo “
“;
endwhile;
endif;
wp_reset_query();
?>
“;
endwhile;
endif;
wp_reset_query();
?>

