Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeconut-ltd/wordpress-theme-boilerplate
Minimal, generic starter theme with basic architectural structure and handy development view switch. Does not contain any content, styling or actual templates.
https://github.com/codeconut-ltd/wordpress-theme-boilerplate
composer frontend frontend-template javascripts php php7 phpcs phpcs-wordpress placeholder styles stylesheets template-project template-repository theme-boilerplate wordpress wordpress-boilerplate wordpress-child-theme wordpress-development wordpress-starter-theme wordpress-theme
Last synced: about 15 hours ago
JSON representation
Minimal, generic starter theme with basic architectural structure and handy development view switch. Does not contain any content, styling or actual templates.
- Host: GitHub
- URL: https://github.com/codeconut-ltd/wordpress-theme-boilerplate
- Owner: Codeconut-Ltd
- License: mit
- Created: 2020-10-02T09:53:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T09:41:00.000Z (over 1 year ago)
- Last Synced: 2024-01-17T00:16:39.350Z (10 months ago)
- Topics: composer, frontend, frontend-template, javascripts, php, php7, phpcs, phpcs-wordpress, placeholder, styles, stylesheets, template-project, template-repository, theme-boilerplate, wordpress, wordpress-boilerplate, wordpress-child-theme, wordpress-development, wordpress-starter-theme, wordpress-theme
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![WordPress Theme Boilerplate](teaser.png)
# WordPress Theme Boilerplate
- [About](#about)
- [Features](#features)
- [How to use](#how-to-use)
---
## About
Generic and theme-independent child theme. It's a development-focused boilerplate with minimalist and modern code style. Does not contain any actual content or styling.
**Intended for developers – Not end users**
## Features
- Load child theme CSS styles
- Support loading debugging code for DEV environments (placeholder)
- Clean and modern OOP style
## How to use
Copy the folder content in your WordPress installation.
### Config
1. Set parent theme name and replace 'XXX' placeholders:
- `/wp-content/themes/codeconut-generic/style.css`
2. Adjust the constant definitions as needed:
- `/wp-content/themes/codeconut-generic/functions.php`
3. Optional: Implement custom development-mode solution (e.g. debugging tools):
- `/wp-content/themes/codeconut-generic/init-dev.php`