- Upload the plugin folder
responsive-slider
to the/wp-content/plugins/
directory. - Activate the plugin through the “Plugins” menu in WordPress. A new item “Slides” would appear in the admin menu (under “Pages”).
- Go to Slides -> Settings and configure the slider options.
- Go to Slides -> Add New Slide and create a few slides.
- Place
<?php echo do_shortcode( '[responsive_slider]' ); ?>
in your template – wherever you want it displayed. Alternatively you can use[responsive_slider]
into a post or a page – just like any other shortcode. - That’s it. Your site should now display the slider at the chosen location.