Skip to content

💻 WP Customize component related boilerplate theme and features implementation.

Notifications You must be signed in to change notification settings

FinkTanks/WPCustomize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPCustomize
A Boilerplate WordPress Theme. Customizer components related boilerplate theme and feature implementation.
A FOSS (Free & Open Source Software) project. Maintained by @AhmadAwais.

Getting Started

This is an installable WordPress theme that has a folder called customizer which includes basic and advanced implementations of customize settings and controls.

Architecture Design

Following architecture design is followed inside the root folder wpcustomizer which contains following important folders and files.

  • customizer Folder contains customizer related data.
  • customizer/wpc-init.php WPCustomize initializer (required once in functions.php).
  • panel Folder contains all the customizer panels.
  • panel/wpcustomize.php WPCustomize panel.
  • section Folder contains all the customizer sections.
  • section/basic.php Basic section with customizer basic settings/controls (i.e. Text, Textarea, Checkbox, Radio, and Select).
  • section/advanced.php Advanced section with customizer advanced settings/controls (i.e. Color, Image, and Upload).

Screenshots

WPCustomize Panel:


WPCustomize Sections:


WPCustomize Section: Basic


WPCustomize Section: Advanced

License

Released under MIT License. Copyright Ahmad Awais


🙌 — If 500 people signup here, I will build a video series for this.


This open source project is maintained by the help of awesome businesses listed below. What? Read more about it →

About

💻 WP Customize component related boilerplate theme and features implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.7%
  • CSS 28.3%