Skip to content

WordPress Content Slider based on Tiny Slider.

Notifications You must be signed in to change notification settings

absatzformat/wp-tiny-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Tiny Slider

Wordpress Content Slider based on Tiny Slider.

Usage

[wp-tiny-slider]
	<div>Slide 1</div>
	<div>Slide 2</div>
	<div>Slide 3</div>
[/wp-tiny-slider]

Configuration

You can define all available JavaScript options in the shortcode. Take a look at Tiny Slider Options for reference.

[wp-tiny-slider autoplay="true" autoplay_button_output="false"] ... [/wp-tiny-slider]

Note that you need to convert the CamelCase option strings to snake_case: AutoplayButtonOutput becomes autoplay_button_output.