Elevation WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Elevation Parent WordPress Theme by Jewel_Theme visit the Demo page & Info page.

elevation-child/style.css

/*
Theme Name: Elevation Child
Template: elevation
*/

elevation-child/functions.php

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

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

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

elevation-child/js/scripts.js

 

Build information

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

Folder Structure

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