豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

ahmadawais/WPCustomize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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

About

🎩 WP Customize component related boilerplate theme and features implementation. Basic customizer controls, settings, implementation with focus on secure and sanitized data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors