Using Style Variations
Found In:
Customization
Installation
WPBundle themes use Child Themes to style variations. To use one, simply upload and activate the other theme folder just like any other theme. The only requirement is the parent theme (the original style) must also be uploaded.
For example, if you want to use Diverse Blue, your FTP folder structure would look like this:
| /wp-content/ | | /themes/ | | | /diverse/ | | | style.css | | | ... | | | /diverse-blue/ | | | style.css | | | ...
Notice how diverse-blue is in the same level as diverse. It does not go inside the parent theme. Once the theme has been uploaded, simply activate like normal.
Further Reading:
- Parent/Child Themes in WordPress – The Future of WordPress
- WordPress Codex
- How to make a Child Theme
