elementor / elementor/hello-theme
Allow templates to implicitly set in child theme.
- Dominant language
- PHP
- Stars
- 612
- Forks
- 239
- Avg merge
- 12h 5m
- Merged PRs (30d)
- 19
Description
I am setting up a large website that requires compartmentalisation. As such I have opted for Multisite with a subdirectory setup.
I have used wp-cli to scaffold a child theme based on hello-elementor and created my default header and footer on the main site with the respective names of default-header and default-footer.
Is it possible to be able to hardcode the theme to fall back to the main sites default header and footer if one has not been set specifically in the subsite or even to force the template parts across all subsites using the same child theme to unify branding?
The idea is to change the header or footer on the main site and all the subsites reflect the change without having to manually go through them all.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.