This plugin is useful to manage the Bootstrap 3 Carousel in your WordPress installation. The Bootstrap 3 framework is required, do not use it without Bootstrap 3 or with previous version of Bootstrap.
- Add your slides in the Bootstrap Carousel menu and assign every slide to a specific carousel with the "Carousel Name" taxonomy.
- Add the carousel in the HTML of your theme with the following code: <?php put_bootstrap_slider('carouselname'); ?>
- Show the carousel only in specific area of your website by adding a second parameter: <?php put_bootstrap_slider('carouselname','home'); ?> ( 'all' -> Show throughout the website - 'home' -> Show only in the homepage - 'posts' -> Show only in your posts - 'pages' -> Show only in your pages )
- Add the carousel in a post with the following shortcode.
[put-bootstrap-slider name="carouselname"]
- Customize the carousel caption title with the .carousel-caption-custom-title selector.
- Customize the carousel caption description with the .carousel-caption-custom-description selector.
To know more about my products check out
my website or visit my
CodeCanyon portfolio.