Mazzareli WordPress Child Theme Download
Parent theme dependency
For the Mazzareli Parent WordPress Theme by ThemeLaboratory visit the Demo page & Info page.
mazzareli-child/style.css
/*
Theme Name: Mazzareli Child
Template: mazzareli
*/
mazzareli-child/functions.php
<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
wp_enqueue_style('parent-stylesheet', './mazzareli/style.css');
wp_enqueue_style('child-stylesheet', './mazzareli-child/style.css');
wp_enqueue_script('child-scripts', './mazzareli-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>
mazzareli-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="mazzareli child theme screenshot">
mazzareli-child/js/view.js
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» view.js |
Hash value: 2a005abaadb549462fee5cfe45b27a3b ~4KB |
Folder Structure
Parent * | mazzareli/ |
Child ** | mazzareli-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|