Random testimonial from a specific category

// Show a single random testimonial from a specfic category
[random_testimonial category='the_category_slug']

// Show a single random testimonial from a specfic category and show thumbnails
[random_testimonial category='the_category_slug' show_thumbs='1']

// Show 10 random testimonials from a specfic category and show thumbnails
[random_testimonial category='the_category_slug' show_thumbs='1' count='10']

// Show 10 random testimonials from a specfic category and show thumbnails using the Card Style - Maroon theme
[random_testimonial category='the_category_slug' show_thumbs='1' count='10' theme="card_style-maroon"]

// Show 10 random testimonials from a specfic category, show thumbnails and titles, and use the Card Style - Maroon theme
[random_testimonial category='the_category_slug' show_thumbs='1' show_titles='1' count='10' theme="card_style-maroon"]