Slider
开发者 |
Mesut Ozkal
|
更新时间 |
2012年10月16日 08:23 |
PHP版本: |
2.0 及以上 |
WordPress版本: |
3.4 |
详情介绍:
WP Top Slider is a powerful and customisable jquery cycle plugin.
WP Top Slider uses a custom post type and taxonomy to create a slider, with unlimited options and support for multiple sliders on any page and with full templating support, the options are unlimited.
WP Top Slider uses a Template tag:
<?php if( function_exists( 'WP_Top_Slider' ) ){ WP_Top_Slider( 'slider-slug' ); } ?>
And A Shortcode:
[TopSlider name="slider-slug"]
安装:
1.Upload The wp-top-slider folder to the /wp-content/plugins/ directory
2.Activate the plugin through the 'Plugins' menu in WordPress
3.Iinsert the Template Tag <?php if( function_exists( 'WP_Top_Slider' ) ){ WP_Top_Slider( 'slider-slug' ); } ?>
Or The Shortcode [TopSlider name="slider-slug"]
where you want the slider to display.