https://github.com/adampatterson/handle
The child theme for Axe
https://github.com/adampatterson/handle
acf boilerplate child-theme php wordpress wordpress-workflow
Last synced: 10 months ago
JSON representation
The child theme for Axe
- Host: GitHub
- URL: https://github.com/adampatterson/handle
- Owner: adampatterson
- Created: 2016-11-30T03:34:01.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T23:24:01.000Z (about 1 year ago)
- Last Synced: 2025-03-24T17:55:19.225Z (11 months ago)
- Topics: acf, boilerplate, child-theme, php, wordpress, wordpress-workflow
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handle
Handle is a child theme of [Axe](https://github.com/adampatterson/Axe)
Opening `theme-helpers.php` and uncommenting the function on [line 6](https://github.com/adampatterson/Handle/blob/master/lib/theme-helpers.php#L6) and allows the child theme to serve all of your themes assets.
To see Handle in action checkout [Blade](https://github.com/adampatterson/Blade)
### Theme Structure
Handle/
├── acf-json/
│ └── ...
├── assets/
│ └── ...
│ └── css
│ └── fonts
│ └── img
│ └── js
│ └── vendor
├── lib/
│ └── ...
├── src/
│ └── ...
│ └── js
│ └── scss
├── templates/
│ └── ...
│ └── partials/
│ └── content-{slug}.php
│ └── sub-{parent_slug}.php
├── vendor/
│ └── ...
├── woocommerce/
│ └── ...
├── bower.json
├── composer.json
├── package.json
└── webpack.mix.js
#### Local Development
ln -s ~/Sites/personal/Handle ~/Sites/personal/wordpress.test/wp-content/themes