Wordpress plugin that implements siema slider via shortcode. Uses a custom post type + taxonomy to create each slide. Each slide in a slider is maintained at equal heights using javascript. Supports SEO friendly image backgrounds and custom html content.
- Download zip file of latest release
- Install plugin in Wordpress (Tested with up to WP 5.3.2)
- Create new slides in Wordpress using the "Siema Sliders" post type
- Upload a feature image for use as a background image
- Add content to slides using the Wordpress content editor
- Categorize slides using the "Slider Category" taxonomy to group for frontend display
- Create your slider using the below shortcode and optional attributes wherever you like on your website
Shortcode template:
[wp_siema_slider slider_category_slug="category-slug" numresults=8 orderby="title" order="ASC"]
Wordpress is required
- Siema - Lightweight slider library
- Braighton Polack - Initial work and testing
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to Paweł Grzybek for his amazing work on the Siema slider