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