开发者 | CyberSpecLab |
---|---|
更新时间 | 2013年10月23日 14:34 |
捐献地址: | 去捐款 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 3.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
cyber-slider
foldercyber-slider
folder to the /wp-content/plugins/
directory[cyberslider]
to display the slideshow into post or page<?php if ( function_exists( "cyberslider" ) ) { cyberslider(); } ?>
The short code will work on posts, pages, and WordPress 3.0 custom post types
Hardcoding the slider into your theme is just as simple as using the shortcode. All you do is insert the following line into your theme where you want the slider to appear:
<?php if ( function_exists( "cyberslider" ) ) { cyberslider(); } ?>