Kidszone WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Kidszone Parent WordPress Theme by designthemes visit the Demo page & Info page.

kidszone-child/style.css

/*
Theme Name: Kidszone Child
Template: kidszone
*/

kidszone-child/functions.php

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

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

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

kidszone-child/js/scripts.js

 

Build information

  Ben // kidszone-child // ID: #14416Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
19726E80203B02E32751E633D062856B 4KB

Folder Structure

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