开发者 | grosbouff |
---|---|
更新时间 | 2020年1月14日 08:03 |
捐献地址: | 去捐款 |
PHP版本: | 4.9 及以上 |
WordPress版本: | 5.3.2 |
版权: | GPLv2 or later |
[loops-n-slides id=XXX]
[loops-n-slides id=XXX]
where XXX is the ID of your loop.
Donate!
I made this plugin because the majority of carousels plugins had limited functionnalities or were not free.
This one IS totally free. But if you like it, if you use it, please consider making a donation.
This would be very appreciated — Thanks !
Dependencies
Create a directory loops-n-slides
in your active theme.
Create your custom page templates in that directory. They should have a specific opening PHP tag:
/* Loops 'n Slides Loop: My Custom Loop Template Title */
See the files under loops-n-slides/templates for examples.
You can override those default files by have custom files that have the same filename in your loops-n-slides
directory.
You can either enable this option by default for all your galleries (see the Loops 'n Slides Settings page); or enable it for a few galleries only, by adding the attribute loopsns-carousel=1
to your existing shortcode.
Example : [gallery ids="113,117" loopsns-carousel=1]
When enabled globally, you can prevent a gallery from rendering as a carousel by adding the attribute loopsns-carousel=0
.