Slide show pro for WordPress
Here is another slide show plug-in for WordPress. It is so simple and classic. Customizable for your design needs. Resizable and easy to use. This wordpress plugin for image slide show is trendy and classy. You can customize the gradient colors, thumb and full images width and height, auto slide interval. In this slide show pro you can also set target link location to be same window or new window. It is possible to configure the thumb title font color, size and image description font color, size also according to your wordpress theme colors.
- Customizable slideshow width and slideshow height
- Customizable image height and width
- image href link open same window or new window
- Image description
- Customizable font sizes and colors
- Auto Play
- Customizable auto play time
- Play/Pause enable/disable
WordPress Slide show pro Installation Video tutorial
Short codes to be used in the content
[slideshowpro] – This short code will display all images under all categories which are not disabled.
[slideshowpro cats=2,3] – This short code will display all images under the categories with ID's 2,3.
[slideshowpro 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('[slideshowpro]');?> – This short code will display all images under all categories which are not disabled.
<?php echo do_shortcode('[slideshowpro cats=2,3]');?> – This short code will display all images under the categories with ID's 2,3.
<?php echo do_shortcode('[slideshowpro imgs=1,2,3]');?> – This short code will display images which has ID's 1,2,3.


