Title: Advanced Custom Fields: Range Field
Author: Viktor Solovej
Published: <strong>2013年12月23日</strong>
Last modified: 2014年8月30日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](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://ja.wordpress.org/plugins/acf-range-field/#description)
 * [レビュー](https://ja.wordpress.org/plugins/acf-range-field/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/acf-range-field/#installation)
 * [開発](https://ja.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

## インストール

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年前**
 *  有効インストール数 **80+**
 *  WordPress バージョン ** 3.0.1またはそれ以降 **
 *  検証済み最新バージョン: **3.9.40**
 *  言語
 * [English (US)](https://wordpress.org/plugins/acf-range-field/)
 * タグ
 * [acf](https://ja.wordpress.org/plugins/tags/acf/)[field](https://ja.wordpress.org/plugins/tags/field/)
   [jquery](https://ja.wordpress.org/plugins/tags/jquery/)[range](https://ja.wordpress.org/plugins/tags/range/)
 *  [詳細を表示](https://ja.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)