Coder customizer framework allows theme developers to add customizer to their theme in easy, standard and advanced way.
Available control types ( fields )
Basic Controls Types :
- text
- hidden
- textarea
- checkbox
- number
- range
- select
- url
- email
- password
- dropdown-pages
WordPress custom controls types :
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.
Method 1: Using as plugin
- Login to admin panel,Go to Plugins => Add New.
- Search for "Coder Customizer Framework" and install it.
- 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
2.1
Make compatible with type option of setting
Added a constant ''
2.0
Major realeased
Added sanitization function
Added repeated setting and controls
Bug fixes
1.0
Initial version