Generic and theme-independent child theme. It's a development-focused boilerplate with minimalist and modern code style. Does not contain any actual content or styling.
Intended for developers – Not end users
- Load child theme CSS styles
- Support loading debugging code for DEV environments (placeholder)
- Clean and modern OOP style
Copy the folder content in your WordPress installation.
- Set parent theme name and replace 'XXX' placeholders:
/wp-content/themes/codeconut-generic/style.css
- Adjust the constant definitions as needed:
/wp-content/themes/codeconut-generic/functions.php
- Optional: Implement custom development-mode solution (e.g. debugging tools):
/wp-content/themes/codeconut-generic/init-dev.php