Skip to content

Multiple Instances On Page Using Different Templates #562

Answered by crftwrk
digidoda asked this question in Q&A
Discussion options

You must be logged in to vote

Of course, this is possible. Swiper has 6 templates you can override and edit HTML. Simply change the code between <!-- Swiper --> and <!-- Swiper End -->.

Let's use for example sc-swiper-hero-fade.php to create another autoplay template. Override sc-swiper-hero-fade.php in your child and change code.

Example shortcode

[bs-swiper-hero-fade type="page" post_parent="1843" order="ASC" orderby="title"]

sc-swiper-hero-fade.php

<?php

/*
 *
 * Post/Page/CPT Hero fade slider template.
 *
 * This template can be overriden by copying this file to your-theme/bs-swiper-main/sc-swiper-hero.php
 *
 * @author   bootScore
 * @package  bS Swiper
 * @version  5.3.1
 *
 * Posts: 
 * [bs-swiper-hero-fade t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by digidoda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #561 on September 05, 2023 08:44.