Sune Child Theme Download
Download the Sune Child Theme for Sune v parent WordPress Theme - enroutedigitallab.
Free download
Download Child ThemeWP Child Theme Code Snippets
sune-child/style.css
/*
Theme Name: Sune Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/sune/
Description: WordPress Sune child theme.
Template: sune
Text Domain: sune-child
*/
sune-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_sune_child' );
function enqueue_sune_child() {
wp_enqueue_style('sune-css', './sune/style.css' );
wp_enqueue_style('sune-child-css', './sune-child/style.css');
wp_enqueue_script('sune-child-js', './sune-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
sune-child/screenshot.png
<img src="./screenshot.png" alt="sune child theme screenshot">
sune-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 82823c66542ee7d5533e58017052e3c4 |
Folder Structure
Parent * | sune/ |
Child ** | sune-child/ |
* Required theme for this child theme to work | ** This child theme |
---|