Harvest WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Harvest Parent WordPress Theme by #arwen54 visit the Demo page & Info page.

harvest-child/style.css

/*
Theme Name: Harvest Child
Template: harvest
*/

harvest-child/functions.php

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

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

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

harvest-child/js/view.js

 

Build information

  Ben // harvest-child // ID: #29213Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
E030E913DEB6CCDD5BF3D1BDE3AC0C98 4KB

Folder Structure

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