Hi,
This plugin is used to display slideshow on your blog. This feature content is developed with JScript. Hence, the slideshow is flexible and all aspects can easily be configured.
To embed slideshow into a post/page simply insert [slideshow] into its content with an optional post_id parameter to display the gallery images uploaded to that post/page.
To hardcode into any PHP file of your WordPress theme, simply use tis code:
<?php if (class_exists('Gallery')) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = null); }; ?>
Requires WordPress Version: 2.8 or higher
Thanks,
Shane G.
Popularity: 1%