Parameters

counts:

(Optional) The number of posts to display.

default: '12'
options: integer
posts:

(Optional) The post ID’s to pull posts from. Can be entered as a comma separated list.

default: ''
Value: '1,2,3'
order:

(Optional) Designates the ascending or descending order of the 'orderby' parameter.

default: 'DESC'
options: 'ASC', 'DESC'
orderby:

(Optional) Sort retrieved posts by parameter.

default: 'date'
options: 'ID', 'title', 'name', 'date', 'rand', 'comment_count', 'menu_order'
auto:

Slides will automatically transition.

default: 'true'
options: boolean (true / false)
speed:

(Optional) Slide transition duration (in ms).

default: '800'
options: integer
pause:

(Optional) The amount of time (in ms) between each auto transition.

default: '5000'
options: integer
mode:

Type of transition between slides.

default: 'fade'
options: 'horizontal', 'vertical', 'fade'

Code

[testimonial_carousel counts="2" posts="" order="DESC" orderby="date" auto="true" speed="1500" pause="6000" mode="fade"]