digital-nature/wordpress-child-theme

A template for a wordpress theme that extends the Digital Nature base theme

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-theme

1.0.1 2025-09-14 00:01 UTC

This package is auto-updated.

Last update: 2025-09-14 00:02:07 UTC


README

This template provides a theme that you can update for your site.

Usage

You first need to navigate to the themes directory in your WordPress install

Create theme directory using this template

Replace thisthemename with a name unique to this site

composer create-project digital-nature/wordpress-child-theme thisthemename

Updating names in the theme

The functions.php file contains thistheme in each of the includes, you should rename this to something that fits with your theme name

Complex functionality

The autoloader is setup to load classes from the src directory in this theme. You will need to add this directory, but you will also need to update the package name in composer.json and run composer update