Hatch WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Hatch Parent WordPress Theme by HighGrade visit the Demo page & Info page.

hatch-child/style.css

/*
Theme Name: Hatch Child
Template: hatch
*/

hatch-child/functions.php

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

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

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

hatch-child/js/view.js

 

Build information

  Ben // hatch-child // ID: #10860Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
B33721919ECA1621D9023048A306ABE0 4KB

Folder Structure

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