Awaken WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Awaken Parent WordPress Theme by Chimpstudio visit the Demo page & Info page.

awaken-child/style.css

/*
Theme Name: Awaken Child
Template: awaken
*/

awaken-child/functions.php

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

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

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

awaken-child/js/view.js

 

Build information

  Ben // awaken-child // ID: #16036Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
C2E613D2B871565CC83F1664F91463AC 4KB

Folder Structure

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