Title: Advanced Custom Fields: Range Field
Author: Viktor Solovej
Published: <strong>2013년 12월 23일</strong>
Last modified: 2014년 8월 30일

---

플러그인 검색

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

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

# Advanced Custom Fields: Range Field

 작성자: [Viktor Solovej](https://profiles.wordpress.org/viriava/)

[다운로드](https://downloads.wordpress.org/plugin/acf-range-field.1.1.4.zip)

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

 [지원](https://wordpress.org/support/plugin/acf-range-field/)

## 설명

This is an add-on for the [Advanced Custom Fields](https://wordpress.org/extend/plugins/advanced-custom-fields/)
WordPress plugin, that allows you to add a jQuery Range Slider field type. http://
jqueryui.com/slider/

Read more here: https://github.com/viriava/acf-field-range

## 스크린샷

[⌊Default look⌉⌊Default look⌉[

Default look

## 설치

This add-on can be treated as both a WP plugin and a theme include.

#### Plugin

 1. Copy the ‘acf-range’ folder into your plugins folder
 2. Activate the plugin via the Plugins admin page

#### Include

 1. Copy the ‘acf-range’ folder into your theme folder (can use sub folders). You can
    place the folder anywhere inside the ‘wp-content’ directory
 2. Edit your functions.php file and add the code below (Make sure the path is correct
    to include the acf-range.php file)
 3. add_action(‘acf/register_fields’, ‘my_register_fields’);
 4. function my_register_fields() { include_once(‘acf-range/acf-range.php’); }

## FAQ

  What does it return?

If the type is Default, it returns the number.

If the type is Range, it returns an array of minimum and maximum numbers.

    ```
        array(2) { 
            ["min"]=> float(0) 
            ["max"]=> float(0) 
        }
    ```

## 후기

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

## 기여자 & 개발자

“Advanced Custom Fields: Range Field”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ Viktor Solovej ](https://profiles.wordpress.org/viriava/)

[자국어로 “Advanced Custom Fields: Range Field”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/acf-range-field)

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

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

## 변경이력

#### 1.1.4

 * If a new post/page is created with a range field the default value is not returned
   since the user change the slider. I have changed the code so that the default
   value is returned if the user doesn’t change the slider.

#### 1.1.3

 * ACF5 compatible

#### 1.1.2

 * ZERO bug fixed

#### 1.1.1

 * Updated parseInt to parseFloat

#### 1.1.0

 * Added descriptions for fields
 * Added default values
 * Updated prepend and append functionality

#### 1.0.0

 * Initial version

## 기초

 *  버전 **1.1.4**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **70+**
 *  워드프레스 버전 ** 3.0.1 또는 그 이상 **
 *  다음까지 시험됨: **3.9.40**
 *  언어
 * [English (US)](https://wordpress.org/plugins/acf-range-field/)
 * 태그:
 * [acf](https://ko.wordpress.org/plugins/tags/acf/)[field](https://ko.wordpress.org/plugins/tags/field/)
   [jquery](https://ko.wordpress.org/plugins/tags/jquery/)[range](https://ko.wordpress.org/plugins/tags/range/)
 *  [고급 보기](https://ko.wordpress.org/plugins/acf-range-field/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

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

## 기여자

 *   [ Viktor Solovej ](https://profiles.wordpress.org/viriava/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/acf-range-field/)

## 기부

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

 [ 이 플러그인에 기부하기 ](http://www.crazyxhtml.com)