Greensoul WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Greensoul Parent WordPress Theme by HasTech visit the Demo page & Info page.

greensoul-child/style.css

/*
Theme Name: Greensoul Child
Template: greensoul
*/

greensoul-child/functions.php

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

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

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

greensoul-child/js/view.js

 

Build information

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

Folder Structure

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