Blast Slider lets you create customizable and responsive post carousels using the Gutenberg block editor, Elementor, or a simple shortcode. Perfect for showcasing recent posts, featured content, or blog categories.
Features:
[blast_slider] support with multiple attributesGreat for blogs, portfolios, news sites, and more.
You can use the [blast_slider] shortcode to display a customizable post carousel anywhere on your site — including inside the Classic Editor, widgets, page builders, or templates.
Basic Usage:
[blast_slider]
Available Attributes:
numberOfPosts — Total number of posts to display. Default: 6autoplay — Enable automatic slide change. Accepts true or false. Default: falseautoplaySpeed — Time in milliseconds between slides (if autoplay is enabled). Default: 3000theme — Visual theme of the slider. Accepts light or dark. Default: lightshowTitle — Show the post title. Accepts true or false. Default: trueshowImage — Show the featured image or a placeholder. Accepts true or false. Default: trueshowDate — Display the post publication date. Accepts true or false. Default: trueshowExcerpt — Show an excerpt of the post. Accepts true or false. Default: trueloop — Enable infinite loop for the slider. Accepts true or false. Default: falseslidesPerView — Number of visible slides at once. Default: 3slidesPerGroup — Number of slides to move per navigation step. Default: 3spaceBetween — Space between slides in pixels. Default: 20Example:
[blast_slider numberOfPosts="8" slidesPerView="2" autoplay="true" autoplaySpeed="5000" loop="true" theme="dark"]
In PHP templates:
php
echo do_shortcode('[blast_slider numberOfPosts="4" showTitle="false"]');
Notes:
– If the number of posts is not divisible by slidesPerGroup and loop is enabled, the slider will be filled with empty slides to maintain smooth looping.
– When no posts are found, a fallback message is shown.
– If no featured image is set, a default placeholder image is displayed.
This WordPress.org release contains only compiled production assets.
The full source code (including development files) is available in the project’s development repository.
To build from source: