>
Download This Plugin | |
Download Elegant Themes | |
Name | vSlider Multi Image Slider for WordPress |
Version | 4.1.2 |
Author | Mr.Vibe |
Rating | 62 |
Last updated | 2012-04-25 01:47:00 |
Downloads |
216748
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
vSlider Multi Image Slider for WordPress plugin added 15 kB of resources to the Home page and 15 kB of resources to the sample Post page.
vSlider Multi Image Slider for WordPress plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
vSlider Multi Image Slider for WordPress plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_vslider | 32768 |
Showcase your portfolio, animate your header or manage your banners with vSlider 4.0+. vSlider is a wordpress image slider plugin where you can host multiple image sliders and upto 20 slides per slider.
In the Appearance -> Widgets you'll find the vSlider - jQuery Image Slider
widget. After adding it to your sidebar you can enter an optional Title
and select a vSlider name
Insert the slider in your pages or posts with this shortcode
[vslider name="abc"]
(where abc
is name of the vslider)
To insert this code in your template/theme pages. (if you have installed php-exec plugin then you can insert this code in your post or page too)
<?php if (function_exists('vslider')) { vslider('abc'); }?>
(where abc
is vslider name)