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

Customizer

설명

Customizer Plugin is a tool built for WordPress Theme Developers and Plugin Developers. It extends Customizer panel introduced in WP 3.4.

With Customizer Plugin you can:

  • quickly add your theme’s or plugin’s options to the Customizer Panel without leaving the frontent preview
  • take advantage of both serialized and non-serialized Theme Options
  • add dropdowns, colour pickers, image uploaders, radio options and more
  • extend your current theme to enable front-end customizations

Check this quick user guide for examples of how to configure WordPress Customizer.

Download the alpha version now and discuss the functionality or report a bug. Your feedback is appreciated.

Upcoming Features

The plugin is currently being developed to support even wider range of features and increase developers’ productivity. The final release will include:

Import / Export

Once you add your Theme Options to the Customizer’s panel you can save them to a .csv file and import into another project.

White-label mode

Future release will allow you to add controls to the front-end Customizer Panel, export them to a csv file and seamlessly integrate with your product (Theme or Plugin).

More Option Types

If the default text, image, color, radio, select and checkbox arent enough.

스크린샷

  • Panel created with Customizer
  • Customizer allows adding panels in front-end editor

설치

1. Download and install Customizer Plugin

Currently only available via downloads section.

2. Activate the plugin

3. Configure Settings

If your theme or plugin is storing options in a formalized format (recommended) you will have to configure this section. Select Use Serialization and specify your options name. For example if you are storing your options in my_options[option] format then the value of this field should be my_option.
configure serialized options

Don’t forget to save your changes.

Note: If you are working with more than one options array you will have to set your Sections and Controls (more about them in the second part of the guide) for the first table, go back to customizer options, change the Serialized Options Group Name and continue working on the second array in the frontend Customizer editor.

4. You can start working with Customizer.

See the second part of the guide: Working with Customizer.

FAQ

Is it possible to add x feature?

Yes, I will review every reasonable request and will consider implementing more functions.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Customizer”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.7

  • Added: Drag and drop Sections – easily reorder sections
  • Added: Section’s and Control’s ID’s are being autofilled basing on the Title/Label
  • Added: Customizer-generated Sections are highlighted to indicate which Sections can be reorganized
  • Removed: User no longer has to specify the Section’s priority (replaced with drag and drop functionality)
  • Minor UI improvements
  • Crucial compatibility improvements. Tested with WP 3.8.1

0.6

  • Added autocomplete function to “Add Control” section (requires serialized options)

0.5

  • First publicly released version of the plugin. Fully functional but might contain occasional bugs.