Unlimited number of slideshow in a single page or post with different sets of options like post type, category, effect, navigation type.
Create slideshow with single or multiple images per slide, rotate your banner or client logo at sidebar; scroll your testimonial with custom link.
Visit Advanced post slider Official website
www.wpcue.com to discover more. View the live demos to get an idea of what you can do with this awesome plugin.
To know the full features list and additional information about the plugin please visit
Advanced post slider in details
Live Demos
Not sure how to start? Visit
Simple getting started with Advanced post slider
For FAQ visit
FAQ
For submit question and support visti
Advanced post slider Official Support
Key Feature
- You can create multiple slideshow with different options at single page or post.
- Create three different type (Standard, Carousel & Ticker) of slideshow with single plugin.
- Three built-in design format and each have a predefined optionset.
- Thumbnail pagination.
- You can customize this in many ways withour changing code.
- Supports post,custom post type and even page content
- Easy option for adjusting slide container width, height, background color, border and box-shadow. You can easily turn on/off border and box-shadow
- Ability to control excerpt length for each slideshow
- WooCommerce Compatibility
- You can create great looking WooCommerce store products slider.
- Cross browser compatibility
Using the WordPress dashboard
- Login to admin panel
- Go to Plugins
- Select Add New
- Search Advanced post slider
- Select Install Now
- Select Activate Plugin
Manual
- Download the plugin and extract the files
- Upload the directory "advanced-post-slider" to your wp-content/plugins/ directory
- 通过WordPress的“插件”菜单激活插件
- Check the "Adv. Slider" Tab created by this plugins for manage options
You will get slideshow shortcode something like [advps-slideshow optset="1"] at very first section of every slideshow option set. Use it at admin panel post/page edit screen.
Use WordPress function "do_shortcode" for use in template or theme PHP file.
<?php echo do_shortcode( '[advps-slideshow optset="1"]' ); ?>