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