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