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