Embed a Carousel in a Theme Template
Theme developers can drop a carousel straight into a template file with do_shortcode().
Extend NEO Bootstrap Carousel with code. This section documents the action and filter hooks, shows how to modify the rendered carousel output, and explains how to register your own slide sources and taxonomies.
Theme developers can drop a carousel straight into a template file with do_shortcode().
Register your own post types as slide sources and control their category taxonomy with the nbc_slide_post_types and nbc_post_type_taxonomy filters.
Use the nbc_shortcode_filter to wrap, prepend or otherwise modify the HTML a carousel produces.
A reference of the action and filter hooks NEO Bootstrap Carousel exposes for developers.