Implementing a featured image gallery into your WordPress theme has never been easier! Showcase your portfolio, animate your header or manage your ban
| Author: | M. Amir Ul Amin (profile at wordpress.org) |
| WordPress version required: | 3.0.1 |
| WordPress version tested: | 3.4.2 |
| Plugin version: | 2.1.3 |
| Added to WordPress repository: | 02-04-2011 |
| Last updated: | 02-11-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 80 |
| Rated by: | 4 |
| Plugin URI: | http://mamirulamin.wordpress.com/2010/08/10/m... |
| Total downloads: | 36 104 |
| Active installs: | 800+ |
![]() Click to start download |
|
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.
