Revive Charity WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Revive Charity Parent WordPress Theme by #raratheme visit the Demo page & Info page.

revive-charity-child/style.css

/*
Theme Name: Revive Charity Child
Template: revive-charity
*/

revive-charity-child/functions.php

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

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

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

revive-charity-child/js/scripts.js

 

Build information

  Ben // revive-charity-child // ID: #23280Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7FDAB63B6DC9E62C1A080A13BCE83A50 4KB

Folder Structure

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