Kidzone WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Kidzone Parent WordPress Theme by YoloTheme visit the Demo page & Info page.

kidzone-child/style.css

/*
Theme Name: Kidzone Child
Template: kidzone
*/

kidzone-child/functions.php

<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
      wp_enqueue_style('parent-stylesheet', './kidzone/style.css');
      wp_enqueue_style('child-stylesheet', './kidzone-child/style.css');
      wp_enqueue_script('child-scripts', './kidzone-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>

kidzone-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="kidzone child theme screenshot">

kidzone-child/js/view.js

 

Build information

  Ben // kidzone-child // ID: #14564Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
ED38BACB69567BA7D7B258245AD6D890 4KB

Folder Structure

Parent *kidzone/
Child **kidzone-child/
* Required theme for this child theme to work
** This child theme (download)