creode / wordpress-theme-core
Small set of core files used in WordPress to assist in theme development
Installs: 494
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:wordpress-themecore
Requires
README
This is the core of the WordPress theme. It contains the basic structure of the theme boilerplate and the necessary files to assist in the development of the theme.
Structure
The core is divided into the following directories:
- includes - Contains any PHP classes or code to be used within the theme.
- js - Any javascript classes or helper functions to be included within the theme.
- boot.php - The main entrypoint to the theme core that bootstraps the theme.