=== WordCycle === Contributors: eswhite Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NHHQZ3K6AY5BU&lc=US&item_name=Esther%20S%20White¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: slideshow, javascript, jquery, gallery, images Requires at least: 2. Tested up to: 2.7 Stable tag: 0.1 WordCycle is a WordPress plugin that acts as a wrapper for the popular jQuery Cycle Plugin by Mike Alsup. == Description == WordCycle is a WordPress plugin that acts as a wrapper for the popular [jQuery Cycle Plugin][1] 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. This plugin is in the very early stages of development, so please let me know if you've got questions or suggestions! WordCycle is developed by [Esther S White][2], [Szabo Design][3] [1]: http://malsup.com/jquery/cycle/ [2]: http://blog.estherswhite.net [3]: http://www.szabo-design.com == Installation == Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. Use [slideshow] shortcode in your Posts & Pages to add Cycle slideshows. == Frequently Asked Questions == == Usage and Examples == Uploaded images are called attachments in the WordPresss database. The [slideshow] shortcode takes all of the attachments associated with a post (by default it is the current post) and sets up a slideshow of these files. The slideshow advances automatically and is minimally styled. The slideshow uses the 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] To add a slideshow to a post but display the "gallery" of a different post, insert this code: [slideshow id='2'] To add a slideshow to a post that displays the thumbnail of each attachment and makes each thumbnail a link to it's full-size image: [slideshow size='thumbnail' link='file'] == Options & Defaults == * orderby // slide order by: menu_order ID (default), see list in codex: http://codex.wordpress.org/Template_Tags/get_posts * order // slide order: ASC (default), DESC, RAND * id // post id: #, current (default) * size // image size: thumbnail, small, medium (default), large, full-size * float // slideshow position: left, right, none (default) * speed // effect speed: slow (default), normal, fast * fx // slideshow effect (view the [jQuery Cycle Plugin Effects Browser][4] for a complete list) * timeout // time on each slide: miliseconds: 8000 (default) * pause // pause on mouse-over: 0 (default) or 1 [4]: http://malsup.com/jquery/cycle/browser.html