
Slider view on the front end.
Rockon Owl Slider is a simple, responsive WordPress slider plugin built on Owl Carousel 2, a touch-enabled jQuery plugin.
Slides are a custom post type, so you create them the same way you create any post. Each slide uses its featured image as the background, its title and excerpt as the caption, and can carry an optional link that opens in the same tab or a new one.
Add the slider anywhere with the [ROCKON_OWL] shortcode.
[ROCKON_OWL] to any post or page.To output the slider directly in a theme template file:
<?php echo do_shortcode( '[ROCKON_OWL]' ); ?>