WordPress theme · v1.0.0
c00d Base
Foundation theme for WordPress builds
A minimal parent theme with theme.json design tokens, accessible templates, block patterns, and extension hooks. Use it as the starting point for child themes and site builders.
Requires WordPress 6.4+ and PHP 8.0+. Licensed under MIT.
Included
- theme.json color, typography, and spacing scales
- Template hierarchy: home, single, page, archive, search, 404
- Primary, footer, and social menu locations
- Block patterns: hero and call-to-action
- Customizer content width control
- Documented c00d_base_* hooks for child themes
- child-theme-example folder included
Extend it
Built as a parent theme and builder foundation — not a finished marketing skin.
- Child theme: set Template: c00d-base in style.css
- Override templates by copying files into the child theme
- Use do_action( 'c00d_base_before_main' ) and filters instead of editing parent files
- Register block patterns via c00d_base_block_patterns filter
Install: upload to wp-content/themes/, activate, then copy child-theme-example/ to start a child theme.