A minimal Divi child theme for custom development by MrDemonWolf, Inc.
A clean foundation for building custom websites with the Divi theme.
- WordPress 5.0+
- Divi Theme — Divi 4 or Divi 5 (installed and activated)
- PHP 7.4+
- Download
- Upload (Appearance > Themes > Add New)
- Activate
Customize the child theme to meet your needs.
style.css: Custom CSSfunctions.php: Custom PHP- Templates: Override Divi templates
- Divi Builder: Use as normal
If Rank Math SEO is active, the theme automatically registers a rank_math/researcher/post_content filter that pipes Divi 5 block content through the_content so RankMath's content analysis reports accurate word counts and keyword usage on Divi 5 posts. No configuration required — it only activates when RankMath is detected.
See the Divi documentation or open an issue.
Dev dependencies (PHPCS+WPCS, PHPStan, PHPUnit, WP_Mock) are managed with Composer.
composer install
composer lint # php -l on all PHP files
composer phpcs # WordPress Coding Standards
composer phpcbf # Auto-fix what PHPCS can fix
composer phpstan # Static analysis (level 5, with WP stubs)
composer test # PHPUnit unit tests
composer check # Run everythingCI runs all four on every push/PR via .github/workflows/ci.yml across PHP 7.4, 8.0, 8.1, 8.2, 8.3.
Pull requests are welcome.
GNU GPL v2 or later.
MrDemonWolf, Inc. - https://mrdemonwolf.com