Bizznis theme was built to be extended by a child theme and not used as a production theme. Nothing is wrong if you do use only Bizznis theme on your website, but if you want to extend the style, structure and add more functionality, you should do it with a child theme. You can learn more about Bizznis parent and child themes here.
Start with a Sample Child Theme
We built a sample child theme, which you may use as a starting point.
Download Bizznis Child Theme Example Clone or fork via GitHub
How to Structure style.css
header
Label | Description |
---|---|
Theme Name | Unique child theme name. |
Theme URI | Link to child theme page. Must not be a link to demo. |
Description | Short description about your child theme and its purpose. |
License | Name of child themes license. |
License URI | Link to child themes license page/description. |
Version | Child themes current version. |
Author | Name of child themes author/developer. Separate more authors by comma. |
Author URI | Link to author page/description. |
Tags | Only tags listed here are allowed. |
Text Domain | Translation strings name. Learn more about its usage here. |
Template | Must be “bizznis” and nothing else. |
Template Version | Minimum version of the Bizznis required for the child theme to function properly. |
How to Structure functions.php
header
Function | Description |
---|---|
Initiate Bizznis | Initiate Bizznis parent theme by including init.php file. |
Define Child Theme | Define name, URI and version of your child theme. Required for parent theme functions. |
Set Localization | Localize your child theme by referencing the folder, where localized files are present. |