In the previous tutorials we have covered on how to install a WordPress plugin, How to setup vSlider : Part 1 General Settings, Part 2: More vSlider Settings and Part 3 : Adding images to vSlider. In this tutorial we will cover, how to use vSlider in your posts, themes or sidebars.

When you have installed and activated the vSlider in your admin panel, you will see "vSlider" in your admin panel.

1. To add a new vSlider to your page click on "vSlider" from the drop down.You will see a table of all
vSliders you have it on your site.To add a fresh vSlider, enter the name of the vSlider in the text box
and click on "Add new vSlider".

2. To edit any vSlider, select "vSlider" from the drop down and click on "Edit" button.
(It will open the default vSlider if you select on "Edit vSlider" you can refer to above tutorials for more information).

3. Now to use vSlider in different ways please follow the following methods:

vSlider Shortcode Usage

Use the following shortcode in your posts/pages

[ vslider name="abc" ] where abc is the name of the vSlider you have created in your vSlider admin panel. (remove the space between [ and v in the reference, keep a spance between vslider and name.)

vSlider Widget Usage
Go to WordPress Admin panel, you will find a preinstalled widget named vSlider. Select and Drag the Widget to the respective sidebar and select the name of the vSlider you want to show in the sidebar.

vSlider Function Usage
In case you want to use vslider as a function in your theme, just use

<?php if(function_exists('vslider')) { vslider('abc'); } ?>

Where abc is the name of the vSlider you want to show at the function location.

This covers up the vSlider documentation, do refer to vSlider forums and documentation given in vSlider Faq's in the plugin.