Diamond WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Diamond Parent WordPress Theme by GT3themes visit the Demo page & Info page.

diamond-child/style.css

/*
Theme Name: Diamond Child
Template: diamond
*/

diamond-child/functions.php

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

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

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

diamond-child/js/scripts.js

 

Build information

  Ben // diamond-child // ID: #10574Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
B440CB201B631D66F9F4F67C9B8319BC 4KB

Folder Structure

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