Giving WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Giving Parent WordPress Theme by RedExp visit the Demo page & Info page.

giving-child/style.css

/*
Theme Name: Giving Child
Template: giving
*/

giving-child/functions.php

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

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

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

giving-child/js/scripts.js

 

Build information

  Ben // giving-child // ID: #16524Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
1A9DEB0B2695E7BAEAC5F4ACF82DBFA8 4KB

Folder Structure

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