Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 5ca7cff

Browse files
committed
Adds documentation to theme.
1 parent 731cdef commit 5ca7cff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# WordPress Theme Core
2+
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.
3+
4+
## Structure
5+
The core is divided into the following directories:
6+
- **includes** - Contains any PHP classes or code to be used within the theme.
7+
- **js** - Any javascript classes or helper functions to be included within the theme.
8+
- **boot.php** - The main entrypoint to the theme core that bootstraps the theme.

0 commit comments

Comments
 (0)