开发者 | tylerjones |
---|---|
更新时间 | 2013年6月19日 00:05 |
PHP版本: | 3.4.2 及以上 |
WordPress版本: | 3.5.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[sliceshow id="1"]
shortcode or directly in your templates using the php function <?php if( function_exists( 'sliceshow_slideshow' ) ) { sliceshow_slideshow( 1 ); } ?>
Slideshows are responsive as well, so they will scale from desktop to tablet to mobile sizes, automatically. Alternately you can define a custom size for your slideshow using "fixed" pizel sizes, which is great for those times when you need a slideshow to always be a specific size.
Uploaded images are also automatically resized via php to optimize the loading times of your slideshow. No need to worry about your clients uploading 4000 pixel wide images and slowing down their site!
Note: this is the free version of SliceShow. If you'd like more features and access to support, please consider purchasing SliceShow Pro
Features
sliceshow
to the /wp-content/plugins/
directory[sliceshow id="1"]
replacing the id value with the id of your slideshow. To find the shortcode, just click on SliceShow - All Slideshows in the WordPress admin menu. The shortcode for each slideshow is listed on this page.<?php if( function_exists( 'sliceshow_slideshow' ) ) { sliceshow_slideshow( 1 ); } ?>
. Replace the "1" with the id value of your slideshow.If you're using the free version of SliceShow, you can post on the WordPress.org support forum, which we check periodically. Users of the Pro version of SliceShow have access to support at SliceShow Pro Support
Place the SliceShow shortcode in your pages or posts like [sliceshow id="1"]
replacing the id value with the id of your slideshow. To find the shortcode, just click on SliceShow - All Slideshows in the WordPress admin menu. The shortcode for each slideshow is listed on this page.
You can embed the slideshow via your templates using the php function <?php if( function_exists( 'sliceshow_slideshow' ) ) { sliceshow_slideshow( 1 ); } ?>
. Replace the "1" with the id value of your slideshow.