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