Divinity WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Divinity Parent WordPress Theme by oxygenna visit the Demo page & Info page.

divinity-child/style.css

/*
Theme Name: Divinity Child
Template: divinity
*/

divinity-child/functions.php

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

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

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

divinity-child/js/scripts.js

 

Build information

  Ben // divinity-child // ID: #16432Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
D24DF0D62DDE57E0808D9FF5C4498106 4KB

Folder Structure

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