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