aristath / kirki
Extending the WordPress customizer
Installs: 68 838
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1 259
Watchers: 65
Forks: 327
Open Issues: 122
Requires
- php: >=7.0
Requires (Dev)
- dev-master
- 4.2.0
- 4.1.0
- 4.0.24
- 4.0.23
- v4.0.22
- v4.0.21
- v4.0.20
- v4.0.19
- v4.0.18
- v4.0.16
- v4.0.15
- v4.0.14
- v4.0.13
- v4.0.3
- v4.0.1
- v4.0
- v4.0-beta.3
- v4.0-beta.2
- v4.0-beta.1
- v3.x-dev
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.45
- v3.0.44
- v3.0.43
- v3.0.42
- v3.0.41
- v3.0.40
- v3.0.39
- v3.0.38
- v3.0.37
- v3.0.36
- v3.0.36-beta.2
- v3.0.36-beta.1
- v3.0.35.3
- v3.0.35.2
- v3.0.35.1
- v3.0.35
- v3.0.34
- v3.0.33
- v3.0.32
- v3.0.31
- v3.0.30
- v3.0.29
- v3.0.28
- v3.0.27
- v3.0.26
- v3.0.25
- v3.0.24
- v3.0.23
- v3.0.22
- v3.0.21
- v3.0.20
- v3.0.19
- v3.0.18
- v3.0.17
- v3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.10-beta.1
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta.2
- 2.4.0-beta.2
- 2.4.0-beta.1
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2.1
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0.1
- 2.1.0
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 2.0-alpha.20151122
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta2
- 1.0.0-beta1
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- dev-united
- dev-develop
- dev-mediaButtons
- dev-background-refactor
- dev-admin-notices
- dev-gutenberg-styles
- dev-qunit
This package is auto-updated.
Last update: 2024-10-25 06:16:56 UTC
README
Contributors: [themeum] Tags: customizer, options framework, theme, mods, toolkit, gutenberg Requires at least: 5.2 Tested up to: 6.4.3 Stable tag: 5.1.0 License: MIT License URI: https://opensource.org/licenses/MIT
The ultimate customizer framework for WordPress theme developers.
Description
Kirki allows theme developers to build themes quicker & more easily.
With over 30 custom controls ranging from simple sliders to complex typography controls with Google-Fonts integration and features like automatic CSS & postMessage
script generation, Kirki makes theme development a breeze.
Features
- Increased Performance
- Simplified API
- Automatic CSS Generation
- Automatic postMessage Generation
- Partial Refresh
- Conditional Logic
- GDPR Compliance
- Improved Page Speed
- & more!
Controls
- Background Customizer Control
- Code Customizer Control
- Checkbox Customizer Control
- Color Customizer Control
- Color Palette Customizer Control
- Dashicons Customizer Control
- Date Customizer Control
- Dimension Customizer Control
- Dimensions Customizer Control
- Dropdown Pages Customizer Control
- Editor Customizer Control
- Generic Customizer Control
- Image Customizer Control
- Link Customizer Control
- Multiple Checkbox Customizer Control
- Multicolor Customizer Control
- Number Customizer Control
- Radio Customizer Control
- Radio Buttonset Customizer Control
- Radio Image Customizer Control
- Repeater Customizer Control
- Select Customizer Control
- Slider Customizer Control
- Sortable Customizer Control
- Switch Customizer Control
- Text Customizer Control
- Textarea Customizer Control
- Toggle Customizer Control
- Typography Customizer Control
- Upload Customizer Control
Documentation
You can find detailed documentation on how to use Kirki on themeum.com
Disclaimer
Theme developers should be familiar with the Customizer API before starting to build a theme using Kirki. An excellent handbook for the WordPress Customizer can be found on the developer.wordpress.org website.
Installation
Simply install as a normal WordPress plugin and activate.
If you want to integrate Kirki in your theme or plugin, please read the instructions on our documentation site.