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