Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 981 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 981 Bytes

WordPress Theme Boilerplate

WordPress Theme Boilerplate



About

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



Features

  • Load child theme CSS styles
  • Support loading debugging code for DEV environments (placeholder)
  • Clean and modern OOP style



How to use

Copy the folder content in your WordPress installation.

Config

  1. Set parent theme name and replace 'XXX' placeholders:
    • /wp-content/themes/codeconut-generic/style.css
  2. Adjust the constant definitions as needed:
    • /wp-content/themes/codeconut-generic/functions.php
  3. Optional: Implement custom development-mode solution (e.g. debugging tools):
    • /wp-content/themes/codeconut-generic/init-dev.php