Image/News Slider for WordPress

Yet there are few other Blaze slide show, Smart slide show, homepage slide show, this slide show is unique. This image slider/news slider can be used to display news and auto slide images. You can set slide interval, next previous, play/pause button colors. This Wordpress image slider module also allows you to change image transition, font size, colors and read more text.Available slide effects: Fade, Slide . It allows to specify image name with path, article/news title, article/news short description

  • Customizable gallery width and gallery height
  • Customizable image width
  • Image description
  • Customizable Text display panel width
  • Customizable auto play time
  • Transition Time
  • Customizable sideshow background color
  • Customizable slide interval
  • Customizable Button overColor
  • Customizable Button upColor
  • enable/disable image scaling
  • price tag

Installation Video

  1. Download the Plugin
  2. Login to your wordpress/wp-admin
  3. Go to Plugins > Click on Add new>Upload
  4. Click on Browse and locate "wp-image-news-slider.zip" plugin click on Upload file and click on Install
  5. Still if you have problems in using this plugin please open a support ticket at http://support.xmlswf.com

How to use WordPress Image News Slider?

Use any of the below short codes in your post / content as inline where ever you want to display the slideshow.

Short Codes

[slider] - This short code will display all images under all categories which are not disabled.

[slider cats=2,3] - This short code will display all images under the categories with ID's 2,3.

[slider imgs=1,2,3] - This short code will display images which has ID's 1,2,3.

Short codes to be used in the Template (php file)

<?php echo do_shortcode('[slider]');?> – This short code will display all images under all categories which are not disabled.

<?php echo do_shortcode('[slider cats=2,3]');?> – This short code will display all images under the categories with ID’s 2,3.

<?php echo do_shortcode('[slider imgs=1,2,3]');?> – This short code will display images which has ID’s 1,2,3.