Title: Recurring Timer Widget
Author: jrfoell
Published: <strong>2011년 4월 20일</strong>
Last modified: 2017년 5월 26일

---

플러그인 검색

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

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

# Recurring Timer Widget

 작성자: [jrfoell](https://profiles.wordpress.org/jrfoell/)

[다운로드](https://downloads.wordpress.org/plugin/recurring-timer-widget.1.7.zip)

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

 [지원](https://wordpress.org/support/plugin/recurring-timer-widget/)

## 설명

Displays a countdown until the event begins. Specify an event duration time and 
it will display a different message while the event is happening. After the event
is over, the countdown will begin again.

Uses string-to-time (strtotime) formats which can be very simple or very complex.

The widget has many CSS classes to style it with, but it’s been left purposely unstyled
so you can format it in whatever way you want. The included recurring-timer-widget.
css and recurring-timer-widget.css-example files show how you can move the time 
and labels around for a custom look. You can customize recurring-timer-widget.css
by copying it to your active theme’s folder.

Known issues:

 * It requires a browser refresh before the “next next” event. i.e. If you’re viewing
   the widget and the timer is set for a daily event, the timer will countdown to
   today’s event, then countdown to tomorrow’s event. But it will not countdown 
   to the day after tomorrow’s event unless the browser is refreshed.
 * Events that occur more than once in a 24-hour period have not been tested and
   may not work.

## 스크린샷

[⌊Widget menu in WP-Admin with an example event.⌉⌊Widget menu in WP-Admin with an
example event.⌉[

Widget menu in WP-Admin with an example event.

[⌊An un-styled version of the widget (not very pretty).⌉⌊An un-styled version of
the widget (not very pretty).⌉[

An un-styled version of the widget (not very pretty).

[⌊The widget using the example CSS file for style.⌉⌊The widget using the example
CSS file for style.⌉[

The widget using the example CSS file for style.

## 설치

 1. Unzip and upload the plugin to your ‘wp-content/plugins’ directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Add the widget to your site through the ‘Widgets’ menu in WordPress (under ‘Appearance’).
 4. Optionally copy recurring-timer-widget.css-example or recurring-timer-widget.css
    to recurring-timer-widget.css in your active theme folder to customize the style.
    You may also style the widget by customizing the stylesheet in your theme.

## FAQ

  Installation Instructions

 1. Unzip and upload the plugin to your ‘wp-content/plugins’ directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Add the widget to your site through the ‘Widgets’ menu in WordPress (under ‘Appearance’).
 4. Optionally copy recurring-timer-widget.css-example or recurring-timer-widget.css
    to recurring-timer-widget.css in your active theme folder to customize the style.
    You may also style the widget by customizing the stylesheet in your theme.

  Where do I find information about the time formats?

 * [http://php.net/strtotime](http://php.net/strtotime)
 * [http://www.php.net/manual/en/datetime.formats.relative.php](http://www.php.net/manual/en/datetime.formats.relative.php)
 * [http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html](http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html)

Please note this comment on php.net: [http://us.php.net/manual/en/datetime.formats.relative.php#98989](http://us.php.net/manual/en/datetime.formats.relative.php#98989)
In my screenshot example I used “fourth thursday of this month” for the Event Day.
This only works in PHP 5.3+. However, removing the ‘of’ and using “fourth thursday
this month” works in earlier versions of PHP. Your mileage may vary, so you’ll want
to experiment if your timer is displaying negative time and/or counting up.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

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

기여자

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

[자국어로 “Recurring Timer Widget”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/recurring-timer-widget)

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

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

## 변경이력

#### 1.7

 * Added more CSS classes for easier targeting/styling.

#### 1.6

 * Renamed files to support translations via [http://translate.wordpress.org]
 * Fixed issue with monthly events showing up as today when they shouldn’t.

#### 1.5

 * Replaced call to time() with current_time( ‘timestamp’ ) to insure correct comparison
   to local time set in Settings -> General -> Timezone.

#### 1.4

 * Make sure monthly events do not produce ‘negative’ countdowns after this month’s
   event has occurred.
 * Added default style with option to override in the theme.

#### 1.3

 * Refactored javascript to allow widget to be placed multiple times on a single
   page.

#### 1.2

 * Fixed misspelled variable affecting next event start.

#### 1.1

 * Changed dates to use GMT – let the user’s browser determine the timezone.
 * Added readme.txt and screenshots.

#### 1.0

 * Initial release.

## 기초

 *  버전 **1.7**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 4.6 또는 그 이상 **
 *  다음까지 시험됨: **4.7.33**
 *  언어
 * [English (US)](https://wordpress.org/plugins/recurring-timer-widget/)
 * 태그:
 * [Event](https://ko.wordpress.org/plugins/tags/event/)[recurring](https://ko.wordpress.org/plugins/tags/recurring/)
   [timer](https://ko.wordpress.org/plugins/tags/timer/)[widget](https://ko.wordpress.org/plugins/tags/widget/)
 *  [고급 보기](https://ko.wordpress.org/plugins/recurring-timer-widget/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

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

## 기여자

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

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/recurring-timer-widget/)