|
WPCustomize A Boilerplate WordPress Theme. Customizer components related boilerplate theme and feature implementation. |
|
| A FOSS (Free & Open Source Software) project. Maintained by @AhmadAwais. |
|
This is an installable WordPress theme that has a folder called customizer which includes basic and advanced implementations of customize settings and controls.
Following architecture design is followed inside the root folder wpcustomizer which contains following important folders and files.
customizerFolder contains customizer related data.customizer/wpc-init.phpWPCustomize initializer (required once in functions.php).panelFolder contains all the customizer panels.panel/wpcustomize.phpWPCustomize panel.sectionFolder contains all the customizer sections.section/basic.phpBasic section with customizer basic settings/controls (i.e. Text, Textarea, Checkbox, Radio, and Select).section/advanced.phpAdvanced section with customizer advanced settings/controls (i.e. Color, Image, and Upload).
Released under MIT License. Copyright Ahmad Awais



