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