creode/wordpress-theme-core

There is no license information available for the latest version (0.0.4) of this package.

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

0.0.4 2024-08-22 15:06 UTC

This package is auto-updated.

Last update: 2024-12-22 15:51:52 UTC


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.