M-vSlider Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Implementing a featured image gallery into your WordPress theme has never been easier! Showcase your portfolio, animate your header or manage your banners with M-vSlider. M-vSlider by Muhammad Amir Ul Amin. (Please note: M-vSlider is no more a clone of vSlider)
Widget
In the Appearance -> Widgets you’ll find the M-vSlider - Image Slider
widget. After adding it to your sidebar you can enter an optional Title
and select a M-vSlider ID
(which you setup in M-vSlider Setup in WP Admin)
Shortcode
Insert the slider in your pages or posts with this shortcode
[m-vslider id="x"]
(where x
is slider ID)
Use in Template/PHP code
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('rslider')) { rslider(x); }?>
(where x
is slider ID)
Special Mention
You can copy the Shortcode and Template/PHP code from sliders listing table (Plugin Admin Home), mentioned for each slider.