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