https://github.com/hex-digital/template-wordpress-mercury
The template for a Mercury-powered WordPress build
https://github.com/hex-digital/template-wordpress-mercury
Last synced: about 1 year ago
JSON representation
The template for a Mercury-powered WordPress build
- Host: GitHub
- URL: https://github.com/hex-digital/template-wordpress-mercury
- Owner: hex-digital
- Created: 2020-12-24T23:33:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T14:20:53.000Z (over 5 years ago)
- Last Synced: 2024-12-27T03:12:29.554Z (over 1 year ago)
- Language: PHP
- Size: 842 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mercury
## Structure
### /features
The theme scans the /features directory for all the sub-directory features and runs the start.php in each feature. This can include anything from registering AFC blocks (and rendering views) to hooks/filters that alter the entire site. It's a feature led approach to building WordPress sites.
### /page-template
The /page-template is where all custom page templates are stored, which can include the features seperated in the features directory.
### /includes
The /includes directory is where all the theme setup and theme wide code sits.