Title: WP-Cycle
Author: Nathan Rice
Published: <strong>2009년 5월 19일</strong>
Last modified: 2012년 8월 15일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# WP-Cycle

 작성자: [Nathan Rice](https://profiles.wordpress.org/nathanrice/)

[다운로드](https://downloads.wordpress.org/plugin/wp-cycle.0.1.13.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-cycle/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-cycle/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-cycle/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-cycle/#developers)

 [지원](https://wordpress.org/support/plugin/wp-cycle/)

## 설명

The WP-Cycle plugin allows you to upload images from your computer, which will then
be used to generate a jQuery Cycle Plugin slideshow of the images.

Each image can also be given a URL which, when the image is active in the slideshow,
will be used as an anchor wrapper around the image, turning the image into a link
to the URL you specified. The slideshow is set to pause when the user hovers over
the slideshow images, giving them ample time to click the link.

Images can also be deleted via the plugins Administration page.

## 설치

 1. Upload the entire `wp-cycle` folder to the `/wp-content/plugins/` directory
 2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
 3. Configure the plugin, and upload/edit/delete images via the “WP-Cycle” menu within
    the “Media” tab
 4. Place `<?php wp_cycle(); ?>` in your theme where you want the slideshow to appear
 5. Alternatively, you can use the shortcode [wp_cycle] in a post or page to display
    the slideshow.

## FAQ

### My images won’t upload. What should I do?

The plugin uses built in WordPress functions to handle image uploading. Therefore,
you need to have [correct permissions](https://codex.wordpress.org/Changing_File_Permissions)
set for your uploads directory.

Also, a file that is not an image, or an image that does not meet the minimum height/
width requirements, will not upload. Images larger than the dimensions set in the
Settings of this plugin will be scaled down to fit, but images smaller than the 
dimensions set in the Settings will NOT be scaled up. The upload will fail and you
will be asked to try again with another image.

Finally, you need to verify that your upload directory is properly set. Some hosts
screw this up, so you’ll need to check. Go to “Settings” -> “Miscellaneous” and 
find the input box labeled “Store uploads in this folder”. Unless you are absolutely
sure this needs to be something else, this value should be exactly this (without
the quotes) “wp-content/uploads”. If it says “/wp-content/uploads” then the plugin
will not function correctly. No matter what, the value of this field should never
start with a slash “/”. It expects a path relative to the root of the WordPress 
installation.

### I’m getting an error message that I don’t understand. What should I do?

Please [use my support form](http://www.nathanrice.net/plugins/wp-cycle/support/).
This plugin is now relatively stable, so if you are experiencing problems that you
would like me to diagnose and fix, please use my support form.

As much as I would like to, in most cases, I cannot provide free support.

### How can I style the slideshow further?

In the settings of the plugin, you’re able to set a custom DIV ID for the slideshow.
Use that DIV ID to style the slideshow however you want using CSS.

### In what order are the images shown during the slideshow?

Chronologically, from the time of upload. For instance, the first image you upload
will be the first image in the slideshow. The last image will be the last, etc.

### Can I reorder the images?

Not at the moment, but this is a feature I do want to include in the plugin soon.

### Can I rotate anything other than images with this plugin?

No. This is an image slideshow. Enjoy it for what it is.

### Do you have future plans for this plugin?

Yes. Here are some things that I want to eventually include:

 * Add ability to reorder the images
 * Add new effects to the slideshow
 * Add the ability to override settings by using function arguments: `<?php wp_cycle('
   rotate=1&effect=fade&img_width=300&img_height=200&div=slideshow'); ?>`
 * Possibly add widget support so that you can put a slideshow in a widget area

## 후기

![](https://secure.gravatar.com/avatar/742dbd2c27af1e840724d9d63769119b57c53ce11578a3f000963d90a8585c4b?
s=60&d=retro&r=g)

### 󠀁[Not Working](https://wordpress.org/support/topic/not-working-1768/)󠁿

 [silverlight001](https://profiles.wordpress.org/titaniumconsulting/) 2016년 11월
19일

Looks like this plugin has been left to gather dust – it does not appear to work
with later versions of WP. Nathan has done many excellent plugins but I guess he’s
had other projects…

 [ 모든 12 평가 읽기 ](https://wordpress.org/support/plugin/wp-cycle/reviews/)

## 기여자 & 개발자

“WP-Cycle”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Nathan Rice ](https://profiles.wordpress.org/nathanrice/)

[자국어로 “WP-Cycle”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-cycle)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-cycle/)는, [SVN 저장소](https://plugins.svn.wordpress.org/wp-cycle/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/wp-cycle/)을
[RSS](https://plugins.trac.wordpress.org/log/wp-cycle/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.1

 * Initial Release

#### 0.1.1

 * Added automatic defaults database insertion
 * Added [wp_cycle] shortcode
 * Buggy release, ended up reverting to 0.1

#### 0.1.2

 * Unreleased version, used for testing

#### 0.1.3

 * Added stable [wp_cycle] shortcode
 * Added transition duration control to settings
 * Added transition delay control to settings
 * Added new options to the defaults array (for filtering)
 * Changed some wording in the settings
 * Upgraded jQuery Cycle plugin from 2.63 to 2.65

#### 0.1.4

 * Added empty alt tag to images to pass vaidation

#### 0.1.5

 * Fixed the error that got produced when trying to loop through a non-array variable(
   duh!)

#### 0.1.6

 * Fixed the shortcode positioning problem

#### 0.1.7

 * Upgraded jQuery Cycle plugin from 2.65 to 2.81

#### 0.1.8

 * Added `position: relative;` to the slideshow div

#### 0.1.9

 * Moved script and args to the `wp_footer` hook

#### 0.1.10

 * Fixed minor bug from 0.1.9

#### 0.1.11

 * Moved WP-Cycle menu location from “Plugins” to “Media”
 * Updated the menu registration to comply with new roles methodology.
 * Added “Settings” link on plugins page.

#### 0.1.12

 * Updated jQuery Cycle plugin to 2.99

## 기초

 *  버전 **0.1.13**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **3,000+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.4.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-cycle/)
 * 태그:
 * [images](https://ko.wordpress.org/plugins/tags/images/)[jquery cycle](https://ko.wordpress.org/plugins/tags/jquery-cycle/)
   [slideshow](https://ko.wordpress.org/plugins/tags/slideshow/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-cycle/advanced/)

## 평점

 별 5점 만점에 3.6점.

 *  [  5/5-별점 후기     ](https://wordpress.org/support/plugin/wp-cycle/reviews/?filter=5)
 *  [  2/4-별점 후기     ](https://wordpress.org/support/plugin/wp-cycle/reviews/?filter=4)
 *  [  2/3-별점 후기     ](https://wordpress.org/support/plugin/wp-cycle/reviews/?filter=3)
 *  [  1/2-별점 후기     ](https://wordpress.org/support/plugin/wp-cycle/reviews/?filter=2)
 *  [  2/1-별점 후기     ](https://wordpress.org/support/plugin/wp-cycle/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-cycle/reviews/)

## 기여자

 *   [ Nathan Rice ](https://profiles.wordpress.org/nathanrice/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-cycle/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118)