LEVO - Free Slideshow for Wordpress

LEVO slide show is different from others. This free WordPress slideshow is Unique and easy to use and install. It shows two images in one slide and a description with title. The auto slider position can be set through its x and y co-ordinates in the slide show module parameters. It is also possible to set both images width and height through parameters. The auto slider can be set stop/start when the slide show loads initially. Every set of images contains title and description.

  • Customizable gallery width and gallery height
  • Customizable image width
  • Customizable slidehsow Title and description
  • Customizable auto play time
  • Transition Time
  • Customizable slide interval
  • Customizable Image scalling

WordPress Levo Slideshow Installation Video tutorial

Short codes to be used in the content

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

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

[levo 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('[levo]');?> – This short code will display all images under all categories which are not disabled.

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

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