Zephyr WordPress Child Theme Download
Read our risk warning before downloading & installing
Parent theme dependency
For the Zephyr Parent WordPress Theme by UpSolution Demo page & Info page .
zephyr-child/style.css
/*
Theme Name: Zephyr Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/zephyr/
Description: Zephyr WordPress child theme.
Template: zephyr
Text Domain: zephyr-child
*/
zephyr-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_zephyr_child' );
function enqueue_zephyr_child()
{
wp_enqueue_style('zephyr-css', './zephyr/style.css' );
wp_enqueue_style('zephyr-child-css', './zephyr-child/style.css');
wp_enqueue_script('zephyr-child-js', './zephyr-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
zephyr-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="zephyr child theme screenshot">
zephyr-child/js/script.js
/* zephyr Javascript */
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 779f8a3a8c60f325a2171a2653d27f6e ~4KB |
Folder Structure
Parent * | zephyr/ |
Child ** | zephyr-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|