Linux 软件免费装

Cyber Slider

开发者 CyberSpecLab
更新时间 2013年10月23日 14:34
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 3.6
版权: GPLv2 or later
版权网址: 版权信息

标签

gallery image gallery javascript slideshow slides javascript slideshow slideshow gallery images content gallery wordpress plugins wordpress slideshow gallery featured content

下载

1.0 1.1

详情介绍:

Cyber Slider provides an easy way to integrate a slideshow for any WordPress installation. Because it is highly-customizable, you are in complete control of what shows on the slider. Use a shortcode in your posts/pages or static php-code in your template files to integrate the slider you made.

安装:

Installing the Cyber Slider plugin is very easy. Simply follow the steps below.
  1. Extract the package to obtain the cyber-slider folder
  2. Upload the cyber-slider folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Configure the settings according to your needs through the Slideshow > Edit Slideshow menu
  5. Add and manage your slides in the 'Manage Slides' section
  6. Put this shortcode [cyberslider] to display the slideshow into post or page
  7. If you want to insert the slideshow in your theme template insert the code below <?php if ( function_exists( "cyberslider" ) ) { cyberslider(); } ?>

常见问题:

Where can I use the shortcode?

The short code will work on posts, pages, and WordPress 3.0 custom post types

What if I don't want to use the shortcode? Can I hardcode the slider into my theme?

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(); } ?>

更新日志:

1.0.1