Output random testimonials using excerpts and titles

// Output a single testimonial, show its title, and use an excerpt for the content
[random_testimonial show_title='1' use_excerpt='1']

// Output up to 5 testimonials, show its title, and use an excerpt for the content
[random_testimonial show_title='1' use_excerpt='1' count='5']

// Output up to 10 testimonials, using the Card Style - Maroon theme, show the titles, and use excerpts
[random_testimonial show_title='1' use_excerpt='1' count='10']