Testimonials Count with Aggregate Rating

  1. // Output a count of your testimonials along with their aggregate rating
  2. [testimonials_count show_aggregate_rating='1']
  3.  
  4. // Output a count of your testimonials along with their aggregate rating, shown as stars and text
  5. [testimonials_count show_aggregate_rating='1' show_aggregate_rating_stars='1']
  6.  
  7. // Output a count of your testimonials along with their aggregate rating, shown as just stars
  8. [testimonials_count show_aggregate_rating='1' show_aggregate_rating_stars='1' show_aggregate_rating_text='0']