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