forked from codersantosh/coder-customizer-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
109 lines (75 loc) · 2.45 KB
/
readme.txt
File metadata and controls
109 lines (75 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
=== Coder Customizer Framework ===
Contributors: codersantosh
Donate link: http://codersantosh.com/
Tags: customizer, theme customizer, theme option, theme mods
Requires at least: 4.0
Tested up to: 4.3.1
Stable tag: 2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Welcome coder, Use WordPress Customizer in easy and standard way to your theme
== Description ==
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 :
* 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](http://codersantosh.com/coder-customizer-framework/).
== Installation ==
**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](http://codersantosh.com/coder-customizer-framework/)
**Method 2: Integrating in the Theme**
For details documentation and examples please visit [codersantosh.com](http://codersantosh.com/coder-customizer-framework/)
== Frequently Asked Questions ==
= 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](http://codersantosh.com/coder-customizer-framework/)
== Screenshots ==
1. Panels Example
2. Section, Setting, Control Examples
== Changelog ==
= 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