Description
Converts default WP gallery shortcode into ul/li list for slideshows
Installation
Upload to plugins or install from WP Admin and activate.
By adding “ul_class” argument to the gallery shortcode, WordPress will render the gallery as an unsorted list.
Usage:
ul_class - style class for slideshow container (ul)
li_class - (optional) style class for slideshow item (li)
Example:
[gallery ul_class="slides-container" li_class="slide-container" ids="1,2,3,4"]
Reviews
There are no reviews for this plugin.
Contributors & Developers
“IntelliWidget Gallery Slides” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “IntelliWidget Gallery Slides” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release