This is a WordPress-based website project for Natalie Smith.
- WordPress core is installed in the
wp
directory - Custom content is located in
wp-content
- The child theme is in
wp-content/themes/twentytwentyfour-child
├── composer.json
├── wp-config.php
├── wp-content
│ ├── mu-plugins
│ ├── plugins
│ ├── themes
├── wp
├── vendor
- PHP 7.4 or higher
- Composer for dependency management
- Clone this repository
- Run
composer install
to install dependencies - Configure your web server to point to the project root
- Set up your WordPress database
- Copy
wp-config-sample.php
towp-config.php
and configure it with your database details
The site uses a child theme of Twenty Twenty-Four (v1.2+).
- The child theme's functions are defined in
wp-content/themes/twentytwentyfour-child/functions.php
- Custom styles should be added to
wp-content/themes/twentytwentyfour-child/style.css
This project follows WordPress Coding Standards.
You can run checks using:
composer phpcs
And automatically fix some issues with:
composer phpcbf
This project is licensed under the GPL License.
Developed by Natalie Smith