Title: WordCycle
Author: eswhite
Published: <strong>14 ພຶດສະພາ 2009</strong>
Last modified: 28 ຕຸລາ 2010

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/wordcycle.svg)

# WordCycle

 ໂດຍ [eswhite](https://profiles.wordpress.org/eswhite/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/wordcycle.1.1.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/wordcycle/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/wordcycle/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/wordcycle/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/wordcycle/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/wordcycle/)

## ຄຳອະທິບາຍ

WordCycle is a WordPress plugin that acts as a wrapper for the popular [jQuery Cycle Plugin](http://malsup.com/jquery/cycle/)
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](http://blog.estherswhite.net)

### 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](http://malsup.com/jquery/cycle/browser.html)
   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)

## ການຕິດຕັ້ງ

Extract the zip file and drop the contents in the wp-content/plugins/ directory 
of your WordPress installation and then activate the WordCycle from Plugins page.

Use [slideshow] shortcode in your Posts & Pages to add Cycle slideshows or use the
wordcycle_slideshow() template tag in your template files.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“WordCycle” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດ
ທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ eswhite ](https://profiles.wordpress.org/eswhite/)

[ແປ “WordCycle” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/wordcycle)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/wordcycle/), ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/wordcycle/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/wordcycle/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/wordcycle/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.1

 * Updated jquery.cycle.js to v2.86
 * Changed CSS to not include border around images
 * Updated float option, now called “align”, no longer uses

<

style>

#### 1

 * Added custom template tag wordcycle_slideshow()

#### 0.1.7

 * Updated slideshow markup to use $post->ID as element ID for easier CSS styling.

#### 0.1.6

 * Added support for include and exclude based on Gallery Shortcode; suggested and
   implemented by Mathew Simo (@matthewsimo)

#### 0.1.5

 * Fixed bug in v0.1.4 which broke slideshows.
 * Added style .wordcycle { overflow:hidden } for improved page view before JS loads

#### 0.1.4

 * Revised implementation of jQuery.noConflict()

#### 0.1.3

 * Abstracted creation of slideshow (print_wordcycle()) from shortcode function (
   shortcode_cycle())
 * Added random # to slideshow ID to allow multiple slideshows on a page
 * Moved scripts and styles to wp_footer

#### 0.1.2

 * Fixed readme.txt formatting, updated readme.txt

#### 0.1.1

 * Introduced “next” and “prev” attributes.

#### 0.1

 * WordCycle first released.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **15 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 2.5 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.0.5**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/wordcycle/)
 * ແທັກ
 * [gallery](https://lo.wordpress.org/plugins/tags/gallery/)[images](https://lo.wordpress.org/plugins/tags/images/)
   [javascript](https://lo.wordpress.org/plugins/tags/javascript/)[jquery](https://lo.wordpress.org/plugins/tags/jquery/)
   [slideshow](https://lo.wordpress.org/plugins/tags/slideshow/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/wordcycle/advanced/)

## ການໃຫ້ຄະແນນ

 1 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/wordcycle/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/wordcycle/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/wordcycle/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/wordcycle/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/wordcycle/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wordcycle/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/wordcycle/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ eswhite ](https://profiles.wordpress.org/eswhite/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/wordcycle/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NHHQZ3K6AY5BU&lc=US&item_name=Esther%20S%20White&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)