Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`