# Shortcode - Testimonials

*https://comfortscrub.com/shortcodes/shortcode-testemonials/*

### ****Single testimonial****

![Lucy Anderson](http://medicalscrubset.com/wp-content/uploads/2013/08/dummy.gif) **** PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.
**Lucy Anderson** / Facebook

```
[testimonial image="http://imageurl" name="Author name" company="Company name"]
Add testemonial text here
[/testimonial]
```

### ****Single testimonial with stars****

![Lucy Anderson](http://medicalscrubset.com/wp-content/uploads/2013/08/dummy.gif) **** PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.
**Lucy Anderson** / Facebook

```
[testimonial image="http://imageurl" name="Author name" company="Company name" stars="5"]
Add testemonial text here
[/testimonial]
```

### ****Testimonials in a 3-column grid****

![Lucy Anderson](http://medicalscrubset.com/wp-content/uploads/2013/08/dummy.gif) **** PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche. **Lucy Anderson** / Facebook ![Lucy Anderson](http://medicalscrubset.com/wp-content/uploads/2013/08/dummy.gif) **** PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche. **Lucy Anderson** / Facebook ![Lucy Anderson](http://medicalscrubset.com/wp-content/uploads/2013/08/dummy.gif) **** PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche. **Lucy Anderson** / Facebook

```
[row]

[col span="1/3"]
[testimonial image="http://imageurl" name="Author name" company="Company name"]
Add testemonial text here
[/testimonial]
[/col]

[col span="1/3"]
[testimonial image="http://imageurl" name="Author name" company="Company name"]
Add testemonial text here
[/testimonial]
[/col]

[col span="1/3"]
[testimonial image="http://imageurl" name="Author name" company="Company name"]
Add testemonial text here
[/testimonial]
[/col]

[/row]
```
