https://github.com/joedooley/genesis-customizer-support
Wordpress plugin that adds customizer support to Genesis child themes. Defaults to customizer settings and controls that are included in the Genesis Sample child theme.
https://github.com/joedooley/genesis-customizer-support
genesis genesis-child-theme genesis-framework wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Wordpress plugin that adds customizer support to Genesis child themes. Defaults to customizer settings and controls that are included in the Genesis Sample child theme.
- Host: GitHub
- URL: https://github.com/joedooley/genesis-customizer-support
- Owner: joedooley
- Created: 2019-04-02T16:26:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T22:32:33.000Z (about 7 years ago)
- Last Synced: 2025-01-04T02:48:15.632Z (over 1 year ago)
- Topics: genesis, genesis-child-theme, genesis-framework, wordpress, wordpress-plugin
- Language: PHP
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genesis Customizer Support
Adds customizer support to your Genesis child theme.
## Installation
1. Install plugin with composer or git:
1. `composer require devdesigns/genesis-customizer-support`
1. `git clone git@github.com:joedooley/genesis-customizer-support.git`
1. Activate plugin with WP CLI or from within WordPress dashboard.
1. `wp plugin activate genesis-customizer-support`
1. Enable theme support for genesis-customizer-support by adding the following
snippet to your child theme's `functions.php` file.
1. `add_theme_support( 'genesis-customizer-support' );`
## Notes
- Minimum PHP version is 7.2.
## Roadmap
- Switch to a config based system. This keeps control and settings configurations outside
of the Register class.
- Add additional Customizer controls.
- Configure Live Preview.
- Possibly add to WordPress Plugin repository(Based on demand). Users can install via github, wp-cli,
and composer already.