這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Coder Customizer Framework

描述

Coder customizer framework allows theme developers to add customizer to their theme in easy, standard and advanced way. You can also found this plugin in github

Available control types ( fields )

Basic Controls Types :

  • text
  • hidden
  • textarea
  • checkbox
  • number
  • range
  • select
  • url
  • email
  • password
  • dropdown-pages

WordPress custom controls types :

  • Color
  • Upload
  • Image

WordPress new custom controls types ( since 4.3 and 4.2 ) : * media * cropped_image

Custom control types :

  • radio_image
  • category_dropdown
  • message
  • post_dropdown
  • tags_dropdown
  • user_dropdown

  • repeated_settings_controls //Repeat setting and controls in given number of times

However your can create and add your own custom control types in a easy way.

For details documentation and examples on how to use these Panels, Sections, Setting and Control please visit codersantosh.com.

螢幕截圖

  • Panels Example
  • Section, Setting, Control Examples

安裝

Method 1: Using as plugin

  1. Login to admin panel,Go to Plugins => Add New.
  2. Search for “Coder Customizer Framework” and install it.
  3. Once you install it, activate it For details documentation and examples please visit codersantosh.com

Method 2: Integrating in the Theme

For details documentation and examples please visit codersantosh.com

常見問題

What should I know before using this plugin?

You should know following things before using this plugin

  • Php Array
  • Panel
  • Section
  • Setting and Control

Don’t know anything, no problem please visit codersantosh.com

評價

There are no reviews for this plugin.

貢獻者及開發者

“Coder Customizer Framework” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Coder Customizer Framework 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

2.3

  • Load text domain removed since very few text domain go to inc/custom-control/ and change ‘coder-customizer-framework’ to your text domain in each file
  • Sanitize function for select option modified
  • Unused js removed

2.2

  • Added a constant ‘CODER_CUSTOMIZER_NAME’
  • Remove filter ‘coder_customizer_name’

2.1

  • Make compatible with type option of setting
  • Added a constant ‘CODER_CUSTOMIZER_OPTION_MODE’

2.0

  • Major realeased
  • Added sanitization function
  • Added repeated setting and controls
  • Bug fixes

1.0

  • Initial version