This is a public repository for the 8BIT community to contribute, maintain, share, and improve child themes specifically for Standard.
If you're interested in getting started with child themeing, be sure to grab our child theme starter kit.
In order for child themes to be accepted into this repository, they must adhere to the following guidelines...
- Be fully localized
- Include a README
- Include at least one screenshot
- Be compatible with Standard 3
- Using your favorite GitHub client, fork this repository
- Place the directory in your existing
wp-content/themes
directory. - Create a subdirectory for your child theme and begin developing it
- Commit your theme to the repository and create a pull request
- 8BIT will merge your pull request
8BIT has published a series of blog posts specifically targeting new developers or new users of GitHub.
To get started, be sure to read the series in its entirety.
Because the child themes are located in a subdirectory (that is, wp-content/themes/standard-child-themes,
the child theme's stylesheet needs to properly reference Standard.
Make sure that your style.css
contains this:
@import url( '../../standard/style.css' );
Rather than this:
@import url( '../standard/style.css' );
As soon as we have time to merge the pull request.
No. This responsibility falls on the developer. We're simply providing a way for our community to openly and freely contribute to Standard.
Shoot us a question at [info@8bit.io](mailto:info@8bit.io?subject=[8BIT Child Theme Repository]+I+have+a+question!)