WordCycle

WordCycle is a WordPress plugin that acts as a wrapper for the popular jQuery Cycle Plugin by Mike Alsup. Use the [slideshow] shortcode to insert a jQuery Cycle slideshow into your WordPress post or page.
No JavaScript necessary! Customize the slideshow using the shortcode options and by modifying your theme’s stylesheet. The plugin also adds a custom template tag wordcycle_slideshow().
WordCycle is developed by Esther S White
Usage and Examples
Uploaded images are called attachments in the WordPresss database. If WordCycle is installed, you can use the [slideshow] shortcode to create a slideshow of all the attachments associated with a post. You can also use the custom template tag wordcycle_slideshow() in your WordPress template files.
The slideshow advances automatically and is minimally styled. The slideshow uses the Link, Title, and Caption attributes of the WordPress Image Uploader/Gallery, as well as the gallery sorting options.
To add the slideshow to a post, insert this code: [slideshow]
More examples available on the plugin website.
Options & Defaults
- id // post id: #, current (default)
- order // slide order: ASC (default), DESC, RAND
- orderby // slide order by: menu_order ID (default), see list in codex: https://codex.wordpress.org/Template_Tags/get_posts
- size // image size: thumbnail, small, medium (default), large, full-size
- speed // effect speed: slow (default), normal, fast
- fx // slideshow effect (view the jQuery Cycle Plugin Effects Browser for a complete list)
- timeout // time on each slide: miliseconds: 8000 (default)
- pause // pause on mouse-over: 0 (default) or 1
- next // selector of element to use as click trigger for next slide : null (default) or DOM element ID
- prev // selector of element to use as click trigger for previous slide : null (default) or DOM element ID
- include // include image by ID
- exclude // exclude image by ID
- link // image link: file, attachment
- align // slideshow position: left, right, none (default)
- float (deprecated) // slideshow position: left, right, none (default)
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



