Charity WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Charity Parent WordPress Theme by ThemeKalia visit the Demo page & Info page.

charity-child/style.css

/*
Theme Name: Charity Child
Template: charity
*/

charity-child/functions.php

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

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

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

charity-child/js/scripts.js

 

Build information

  Ben // charity-child // ID: #16386Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
4266F39EC5FF4664F1359B44C6B11039 4KB

Folder Structure

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