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