https://github.com/mrdemonwolf/mrdemonwolf-divi-starter
Unleash your Divi website's potential with this child theme by MrDemonWolf! A howling good starting point for any Divi project
https://github.com/mrdemonwolf/mrdemonwolf-divi-starter
divi php starter theme wordpress
Last synced: about 1 month ago
JSON representation
Unleash your Divi website's potential with this child theme by MrDemonWolf! A howling good starting point for any Divi project
- Host: GitHub
- URL: https://github.com/mrdemonwolf/mrdemonwolf-divi-starter
- Owner: MrDemonWolf
- License: gpl-3.0
- Created: 2025-02-20T21:04:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-11T05:57:50.000Z (8 months ago)
- Last Synced: 2025-10-29T08:38:16.958Z (8 months ago)
- Topics: divi, php, starter, theme, wordpress
- Language: PHP
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MrDemonWolf Divi Starter Theme
A minimal Divi child theme for custom development by MrDemonWolf, Inc.
## Overview
A clean foundation for building custom websites with the Divi theme.
## Prerequisites
- WordPress 5.0+
- Divi Theme — Divi 4 or Divi 5 (installed and activated)
- PHP 7.4+
## Get Divi
[**Download Divi Now!**](https://mrdwolf.net/elegantthemes)
## Installation
1. Download
2. Upload (Appearance > Themes > Add New)
3. Activate
## Usage
Customize the child theme to meet your needs.
### Customization
- `style.css`: Custom CSS
- `functions.php`: Custom PHP
- Templates: Override Divi templates
- Divi Builder: Use as normal
### RankMath Integration
If [Rank Math SEO](https://rankmath.com/) 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.
## Support
See the Divi documentation or open an issue.
## Development
Dev dependencies (PHPCS+WPCS, PHPStan, PHPUnit, WP_Mock) are managed with Composer.
```bash
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 everything
```
CI runs all four on every push/PR via [`.github/workflows/ci.yml`](.github/workflows/ci.yml) across PHP 7.4, 8.0, 8.1, 8.2, 8.3.
## Contributing
Pull requests are welcome.
## License
GNU GPL v2 or later.
## Credits
MrDemonWolf, Inc. - [https://mrdemonwolf.com](https://www.mrdemonwolf.com)